Html Css Color HEX #010AF9 Blue

📋 copy color: '#010AF9'

red 1 ◦ green 10 ◦ blue 249

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

Shades of Blue #010AF9

Tints of Blue #010AF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 95.77%

R = 0.38%
G = 3.85%
B = 95.77%

CMYK

 C value IS 1.00

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#010AF9 (or 0x010AF9) is known color: Blue. HEX triplet: 01, 0A and F9. RGB value is (1,10,249). Sum of RGB (Red+Green+Blue) = 1+10+249=260 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 260); Green value is 10 (4.30% from 255 or 3.85% from 260); Blue value is 249 (97.66% from 255 or 95.77% from 260); Max value from RGB is 249 - color contains mainly: blue. Hex color #010AF9 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #010AF9 is #FEF506. Grayscale: #212121. Windows color (decimal): -16708871 or 16321025. OLE color: 16321025.

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

Color convert

RGB 1 10 249 -
CMYK 1.00 0.96 0 0.02
HSL 237.82º 0.99% 0.49% -
HSV(B) 237.82º 1% 0.98% -
XYZ 17.22 7.06 90.08 -
YUV 34.56 249.02 104.07 -
System Red Green Blue C M Y K H S L
Decimal 1 10 249 1.00 0.96 0 0.02 237.82 0.99 0.49
Hex 1 A F9 64 60 0 2 EE 63 31
Octal 1 12 371 144 140 0 2 356 143 61
Binary 1 1010 11111001 1100100 1100000 0 10 11101110 1100011 110001

Color Harmonies of #010AF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010AF9

Black with #010AF9

Text Example


Text Example

White with #010AF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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