Html Css Color HEX #010AE2 Medium Blue

📋 copy color: '#010AE2'

red 1 ◦ green 10 ◦ blue 226

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

Shades of Medium Blue #010AE2

Tints of Medium Blue #010AE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 95.36%

R = 0.42%
G = 4.22%
B = 95.36%

CMYK

 C value IS 1.00

 M value IS 0.96

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#010AE2 (or 0x010AE2) is known color: Medium Blue. HEX triplet: 01, 0A and E2. RGB value is (1,10,226). Sum of RGB (Red+Green+Blue) = 1+10+226=237 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 237); Green value is 10 (4.30% from 255 or 4.22% from 237); Blue value is 226 (88.67% from 255 or 95.36% from 237); Max value from RGB is 226 - color contains mainly: blue. Hex color #010AE2 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #010AE2 is #FEF51D. Grayscale: #1F1F1F. Windows color (decimal): -16708894 or 14813697. OLE color: 14813697.

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

Color convert

RGB 1 10 226 -
CMYK 1.00 0.96 0 0.11
HSL 237.6º 0.99% 0.45% -
HSV(B) 237.6º 1% 0.89% -
XYZ 13.85 5.71 72.32 -
YUV 31.93 237.52 105.94 -
System Red Green Blue C M Y K H S L
Decimal 1 10 226 1.00 0.96 0 0.11 237.6 0.99 0.45
Hex 1 A E2 64 60 0 B EE 63 2D
Octal 1 12 342 144 140 0 13 356 143 55
Binary 1 1010 11100010 1100100 1100000 0 1011 11101110 1100011 101101

Color Harmonies of #010AE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010AE2

Black with #010AE2

Text Example


Text Example

White with #010AE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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