Html Css Color HEX #010EE9 Blue

📋 copy color: '#010EE9'

red 1 ◦ green 14 ◦ blue 233

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

Shades of Blue #010EE9

Tints of Blue #010EE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 93.95%

R = 0.4%
G = 5.65%
B = 93.95%

CMYK

 C value IS 1.00

 M value IS 0.94

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#010EE9 (or 0x010EE9) is known color: Blue. HEX triplet: 01, 0E and E9. RGB value is (1,14,233). Sum of RGB (Red+Green+Blue) = 1+14+233=248 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 248); Green value is 14 (5.86% from 255 or 5.65% from 248); Blue value is 233 (91.41% from 255 or 93.95% from 248); Max value from RGB is 233 - color contains mainly: blue. Hex color #010EE9 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #010EE9 is #FEF116. Grayscale: #222222. Windows color (decimal): -16707863 or 15273473. OLE color: 15273473.

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

Color convert

RGB 1 14 233 -
CMYK 1.00 0.94 0 0.09
HSL 236.64º 0.99% 0.46% -
HSV(B) 236.64º 1% 0.91% -
XYZ 14.88 6.2 77.5 -
YUV 35.08 239.69 103.69 -
System Red Green Blue C M Y K H S L
Decimal 1 14 233 1.00 0.94 0 0.09 236.64 0.99 0.46
Hex 1 E E9 64 5E 0 9 ED 63 2E
Octal 1 16 351 144 136 0 11 355 143 56
Binary 1 1110 11101001 1100100 1011110 0 1001 11101101 1100011 101110

Color Harmonies of #010EE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010EE9

Black with #010EE9

Text Example


Text Example

White with #010EE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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