Html Css Color HEX #020AFF Blue

📋 copy color: '#020AFF'

red 2 ◦ green 10 ◦ blue 255

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

Shades of Blue #020AFF

Tints of Blue #020AFF

RGB

 RED value IS 2 (1.17% from 255) = 0.75%

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

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

R = 0.75%
G = 3.75%
B = 95.51%

CMYK

 C value IS 0.99

 M value IS 0.96

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#020AFF (or 0x020AFF) is known color: Blue. HEX triplet: 02, 0A and FF. RGB value is (2,10,255). Sum of RGB (Red+Green+Blue) = 2+10+255=267 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.75% from 267); Green value is 10 (4.30% from 255 or 3.75% from 267); Blue value is 255 (100% from 255 or 95.51% from 267); Max value from RGB is 255 - color contains mainly: blue. Hex color #020AFF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #020AFF is #FDF500. Grayscale: #222222. Windows color (decimal): -16643329 or 16714242. OLE color: 16714242.

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

Color convert

RGB 2 10 255 -
CMYK 0.99 0.96 0 0
HSL 238.1º 1% 0.5% -
HSV(B) 238.1º 0.99% 1% -
XYZ 18.18 7.45 95.09 -
YUV 35.54 251.85 104.08 -
System Red Green Blue C M Y K H S L
Decimal 2 10 255 0.99 0.96 0 0 238.1 1 0.5
Hex 2 A FF 63 60 0 0 EE 64 32
Octal 2 12 377 143 140 0 0 356 144 62
Binary 10 1010 11111111 1100011 1100000 0 0 11101110 1100100 110010

Color Harmonies of #020AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020AFF

Black with #020AFF

Text Example


Text Example

White with #020AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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