Html Css Color HEX #020AFB Blue

📋 copy color: '#020AFB'

red 2 ◦ green 10 ◦ blue 251

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

Shades of Blue #020AFB

Tints of Blue #020AFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 95.44%

R = 0.76%
G = 3.8%
B = 95.44%

CMYK

 C value IS 0.99

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#020AFB (or 0x020AFB) is known color: Blue. HEX triplet: 02, 0A and FB. RGB value is (2,10,251). Sum of RGB (Red+Green+Blue) = 2+10+251=263 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.76% from 263); Green value is 10 (4.30% from 255 or 3.80% from 263); Blue value is 251 (98.44% from 255 or 95.44% from 263); Max value from RGB is 251 - color contains mainly: blue. Hex color #020AFB is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #020AFB is #FDF504. Grayscale: #222222. Windows color (decimal): -16643333 or 16452098. OLE color: 16452098.

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

Color convert

RGB 2 10 251 -
CMYK 0.99 0.96 0 0.02
HSL 238.07º 0.98% 0.5% -
HSV(B) 238.07º 0.99% 0.98% -
XYZ 17.55 7.2 91.73 -
YUV 35.08 249.85 104.4 -
System Red Green Blue C M Y K H S L
Decimal 2 10 251 0.99 0.96 0 0.02 238.07 0.98 0.5
Hex 2 A FB 63 60 0 2 EE 62 32
Octal 2 12 373 143 140 0 2 356 142 62
Binary 10 1010 11111011 1100011 1100000 0 10 11101110 1100010 110010

Color Harmonies of #020AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020AFB

Black with #020AFB

Text Example


Text Example

White with #020AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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