Html Css Color HEX #010AED Blue

📋 copy color: '#010AED'

red 1 ◦ green 10 ◦ blue 237

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

Shades of Blue #010AED

Tints of Blue #010AED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 95.56%

R = 0.4%
G = 4.03%
B = 95.56%

CMYK

 C value IS 1.00

 M value IS 0.96

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#010AED (or 0x010AED) is known color: Blue. HEX triplet: 01, 0A and ED. RGB value is (1,10,237). Sum of RGB (Red+Green+Blue) = 1+10+237=248 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 248); Green value is 10 (4.30% from 255 or 4.03% from 248); Blue value is 237 (92.97% from 255 or 95.56% from 248); Max value from RGB is 237 - color contains mainly: blue. Hex color #010AED is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #010AED is #FEF512. Grayscale: #202020. Windows color (decimal): -16708883 or 15534593. OLE color: 15534593.

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

Color convert

RGB 1 10 237 -
CMYK 1.00 0.96 0 0.07
HSL 237.71º 0.99% 0.47% -
HSV(B) 237.71º 1% 0.93% -
XYZ 15.41 6.34 80.53 -
YUV 33.19 243.02 105.04 -
System Red Green Blue C M Y K H S L
Decimal 1 10 237 1.00 0.96 0 0.07 237.71 0.99 0.47
Hex 1 A ED 64 60 0 7 EE 63 2F
Octal 1 12 355 144 140 0 7 356 143 57
Binary 1 1010 11101101 1100100 1100000 0 111 11101110 1100011 101111

Color Harmonies of #010AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010AED

Black with #010AED

Text Example


Text Example

White with #010AED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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