Html Css Color HEX #010AFD Blue

📋 copy color: '#010AFD'

red 1 ◦ green 10 ◦ blue 253

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

Shades of Blue #010AFD

Tints of Blue #010AFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 95.83%

R = 0.38%
G = 3.79%
B = 95.83%

CMYK

 C value IS 1.00

 M value IS 0.96

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#010AFD (or 0x010AFD) is known color: Blue. HEX triplet: 01, 0A and FD. RGB value is (1,10,253). Sum of RGB (Red+Green+Blue) = 1+10+253=264 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 264); Green value is 10 (4.30% from 255 or 3.79% from 264); Blue value is 253 (99.22% from 255 or 95.83% from 264); Max value from RGB is 253 - color contains mainly: blue. Hex color #010AFD is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #010AFD is #FEF502. Grayscale: #222222. Windows color (decimal): -16708867 or 16583169. OLE color: 16583169.

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

Color convert

RGB 1 10 253 -
CMYK 1.00 0.96 0 0.01
HSL 237.86º 0.99% 0.5% -
HSV(B) 237.86º 1% 0.99% -
XYZ 17.85 7.32 93.4 -
YUV 35.01 251.02 103.74 -
System Red Green Blue C M Y K H S L
Decimal 1 10 253 1.00 0.96 0 0.01 237.86 0.99 0.5
Hex 1 A FD 64 60 0 1 EE 63 32
Octal 1 12 375 144 140 0 1 356 143 62
Binary 1 1010 11111101 1100100 1100000 0 1 11101110 1100011 110010

Color Harmonies of #010AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010AFD

Black with #010AFD

Text Example


Text Example

White with #010AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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