Html Css Color HEX #010AFF Blue

📋 copy color: '#010AFF'

red 1 ◦ green 10 ◦ blue 255

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

Shades of Blue #010AFF

Tints of Blue #010AFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 95.86%

R = 0.38%
G = 3.76%
B = 95.86%

CMYK

 C value IS 1.00

 M value IS 0.96

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#010AFF (or 0x010AFF) is known color: Blue. HEX triplet: 01, 0A and FF. RGB value is (1,10,255). Sum of RGB (Red+Green+Blue) = 1+10+255=266 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 266); Green value is 10 (4.30% from 255 or 3.76% from 266); Blue value is 255 (100% from 255 or 95.86% from 266); Max value from RGB is 255 - color contains mainly: blue. Hex color #010AFF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #010AFF is #FEF500. Grayscale: #222222. Windows color (decimal): -16708865 or 16714241. OLE color: 16714241.

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

Color convert

RGB 1 10 255 -
CMYK 1.00 0.96 0 0
HSL 237.87º 1% 0.5% -
HSV(B) 237.87º 1% 1% -
XYZ 18.17 7.44 95.09 -
YUV 35.24 252.02 103.58 -
System Red Green Blue C M Y K H S L
Decimal 1 10 255 1.00 0.96 0 0 237.87 1 0.5
Hex 1 A FF 64 60 0 0 EE 64 32
Octal 1 12 377 144 140 0 0 356 144 62
Binary 1 1010 11111111 1100100 1100000 0 0 11101110 1100100 110010

Color Harmonies of #010AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010AFF

Black with #010AFF

Text Example


Text Example

White with #010AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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