Html Css Color HEX #010AE8 Blue

📋 copy color: '#010AE8'

red 1 ◦ green 10 ◦ blue 232

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

Shades of Blue #010AE8

Tints of Blue #010AE8

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.12%

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

R = 0.41%
G = 4.12%
B = 95.47%

CMYK

 C value IS 1.00

 M value IS 0.96

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#010AE8 (or 0x010AE8) is known color: Blue. HEX triplet: 01, 0A and E8. RGB value is (1,10,232). Sum of RGB (Red+Green+Blue) = 1+10+232=243 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 243); Green value is 10 (4.30% from 255 or 4.12% from 243); Blue value is 232 (91.02% from 255 or 95.47% from 243); Max value from RGB is 232 - color contains mainly: blue. Hex color #010AE8 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #010AE8 is #FEF517. Grayscale: #1F1F1F. Windows color (decimal): -16708888 or 15206913. OLE color: 15206913.

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

Color convert

RGB 1 10 232 -
CMYK 1.00 0.96 0 0.09
HSL 237.66º 0.99% 0.46% -
HSV(B) 237.66º 1% 0.91% -
XYZ 14.69 6.05 76.74 -
YUV 32.62 240.52 105.45 -
System Red Green Blue C M Y K H S L
Decimal 1 10 232 1.00 0.96 0 0.09 237.66 0.99 0.46
Hex 1 A E8 64 60 0 9 EE 63 2E
Octal 1 12 350 144 140 0 11 356 143 56
Binary 1 1010 11101000 1100100 1100000 0 1001 11101110 1100011 101110

Color Harmonies of #010AE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010AE8

Black with #010AE8

Text Example


Text Example

White with #010AE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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