Html Css Color HEX #010EE6 Blue

📋 copy color: '#010EE6'

red 1 ◦ green 14 ◦ blue 230

#010EE6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue #010EE6

Tints of Blue #010EE6

RGB

 RED value IS 1 (0.78% from 255) = 0.41%

 GREEN value IS 14 (5.86% from 255) = 5.71%

 BLUE value IS 230 (90.23% from 255) = 93.88%

R = 0.41%
G = 5.71%
B = 93.88%

CMYK

 C value IS 1.00

 M value IS 0.94

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#010EE6 (or 0x010EE6) is known color: Blue. HEX triplet: 01, 0E and E6. RGB value is (1,14,230). Sum of RGB (Red+Green+Blue) = 1+14+230=245 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 245); Green value is 14 (5.86% from 255 or 5.71% from 245); Blue value is 230 (90.23% from 255 or 93.88% from 245); Max value from RGB is 230 - color contains mainly: blue. Hex color #010EE6 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #010EE6 is #FEF119. Grayscale: #212121. Windows color (decimal): -16707866 or 15076865. OLE color: 15076865.

HSL color Cylindrical-coordinate representation of color #010EE6: hue angle of 236.59º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #010EE6 is Cyan = 1.00, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 1 14 230 -
CMYK 1.00 0.94 0 0.10
HSL 236.59º 0.99% 0.45% -
HSV(B) 236.59º 1% 0.9% -
XYZ 14.45 6.03 75.27 -
YUV 34.74 238.19 103.94 -
System Red Green Blue C M Y K H S L
Decimal 1 14 230 1.00 0.94 0 0.10 236.59 0.99 0.45
Hex 1 E E6 64 5E 0 A ED 63 2D
Octal 1 16 346 144 136 0 12 355 143 55
Binary 1 1110 11100110 1100100 1011110 0 1010 11101101 1100011 101101

Color Harmonies of #010EE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010EE6

Black with #010EE6

Text Example


Text Example

White with #010EE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010EE6; }

 p { color: rgb(1,14,230); }

 H1.HeaderClassName
 {
   color: #010EE6;
 }
 .AnyTagClassName
 {
   color: #010EE6;
 }
</style>

background-color css

<style>
 a { background-color: #010EE6; }

 a { background-color: rgb(1,14,230); }

 div.DivClassName
 {
   background-color: #010EE6;
 }
 .BgClassName
 {
   background-color: #010EE6;
 }
</style>

border-color css

<style>
 span { border-color: #010EE6; }

 span { border-color: rgb(1,14,230); }

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