Html Css Color HEX #010CE8 Blue

📋 copy color: '#010CE8'

red 1 ◦ green 12 ◦ blue 232

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

Shades of Blue #010CE8

Tints of Blue #010CE8

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.9%

 BLUE value IS 232 (91.02% from 255) = 94.69%

R = 0.41%
G = 4.9%
B = 94.69%

CMYK

 C value IS 1.00

 M value IS 0.95

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#010CE8 (or 0x010CE8) is known color: Blue. HEX triplet: 01, 0C and E8. RGB value is (1,12,232). Sum of RGB (Red+Green+Blue) = 1+12+232=245 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 245); Green value is 12 (5.08% from 255 or 4.90% from 245); Blue value is 232 (91.02% from 255 or 94.69% from 245); Max value from RGB is 232 - color contains mainly: blue. Hex color #010CE8 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #010CE8 is #FEF317. Grayscale: #202020. Windows color (decimal): -16708376 or 15207425. OLE color: 15207425.

HSL color Cylindrical-coordinate representation of color #010CE8: hue angle of 237.14º 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 #010CE8 is Cyan = 1.00, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 1 12 232 -
CMYK 1.00 0.95 0 0.09
HSL 237.14º 0.99% 0.46% -
HSV(B) 237.14º 1% 0.91% -
XYZ 14.71 6.1 76.75 -
YUV 33.79 239.86 104.61 -
System Red Green Blue C M Y K H S L
Decimal 1 12 232 1.00 0.95 0 0.09 237.14 0.99 0.46
Hex 1 C E8 64 5F 0 9 ED 63 2E
Octal 1 14 350 144 137 0 11 355 143 56
Binary 1 1100 11101000 1100100 1011111 0 1001 11101101 1100011 101110

Color Harmonies of #010CE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010CE8

Black with #010CE8

Text Example


Text Example

White with #010CE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,12,232); }

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

background-color css

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

 a { background-color: rgb(1,12,232); }

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

border-color css

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

 span { border-color: rgb(1,12,232); }

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