#071AEE

Color #071AEE Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue #071AEE

Tints of Blue #071AEE

Color information

#071AEE (or 0x071AEE) is unknown color: approx Blue. HEX triplet: 07, 1A and EE. RGB value is (7,26,238). Sum of RGB (Red+Green+Blue) = 7+26+238=271 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.58% from 271); Green value is 26 (10.55% from 255 or 9.59% from 271); Blue value is 238 (93.36% from 255 or 87.82% from 271); Max value from RGB is 238 - color contains mainly: blue. Hex color #071AEE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #071AEE is #F8E511. Grayscale: #2B2B2B. Windows color (decimal): -16311570 or 15604231. OLE color: 15604231.

HSL color Cylindrical-coordinate representation of color #071AEE: hue angle of 235.06º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #071AEE is Cyan = 0.97, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB726238-
CMYK0.970.8900.07
HSL235.06º94.29%48.04%-
HSV(B)235.06º97.06%93.33%-
XYZ15.896.9681.39-
YUV44.49237.21101.26-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 7 (3.12% from 255) = 2.58%
GREEN value IS 26 (10.55% from 255) = 9.59%
BLUE value IS 238 (93.36% from 255) = 87.82%
R=2.58%
G=9.59%
B=87.82%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal7262380.970.8900.07235.0694.2948.04
Hex71AEE615907eb5e30
Octal7323561411310735313660
Binary1111101011101110110000110110010111111010111011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071AEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #071AEE; }

 p { color: rgb(7,26,238); }

 H1.HeaderClassName
 {
   color: #071AEE;
 }
 .AnyTagClassName
 {
   color: #071AEE;
 }
</style>
background-color css

<style>
 a { background-color: #071AEE; }

 a { background-color: rgb(7,26,238); }

 div.DivClassName
 {
   background-color: #071AEE;
 }
 .BgClassName
 {
   background-color: #071AEE;
 }
</style>
border-color css

<style>
 span { border-color: #071AEE; }

 span { border-color: rgb(7,26,238); }

 td.TdClassName
 {
   border-color: #071AEE;
 }
 .TagClassName
 {
   border-color: #071AEE;
 }
</style>