Html Css Color HEX #020FF6 Blue

📋 copy color: '#020FF6'

red 2 ◦ green 15 ◦ blue 246

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

Shades of Blue #020FF6

Tints of Blue #020FF6

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.7%

 BLUE value IS 246 (96.48% from 255) = 93.54%

R = 0.76%
G = 5.7%
B = 93.54%

CMYK

 C value IS 0.99

 M value IS 0.94

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#020FF6 (or 0x020FF6) is known color: Blue. HEX triplet: 02, 0F and F6. RGB value is (2,15,246). Sum of RGB (Red+Green+Blue) = 2+15+246=263 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.76% from 263); Green value is 15 (6.25% from 255 or 5.70% from 263); Blue value is 246 (96.48% from 255 or 93.54% from 263); Max value from RGB is 246 - color contains mainly: blue. Hex color #020FF6 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #020FF6 is #FDF009. Grayscale: #242424. Windows color (decimal): -16642058 or 16125698. OLE color: 16125698.

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

Color convert

RGB 2 15 246 -
CMYK 0.99 0.94 0 0.04
HSL 236.8º 0.98% 0.49% -
HSV(B) 236.8º 0.99% 0.96% -
XYZ 16.83 7.01 87.65 -
YUV 37.45 245.69 102.72 -
System Red Green Blue C M Y K H S L
Decimal 2 15 246 0.99 0.94 0 0.04 236.8 0.98 0.49
Hex 2 F F6 63 5E 0 4 ED 62 31
Octal 2 17 366 143 136 0 4 355 142 61
Binary 10 1111 11110110 1100011 1011110 0 100 11101101 1100010 110001

Color Harmonies of #020FF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020FF6

Black with #020FF6

Text Example


Text Example

White with #020FF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,15,246); }

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

background-color css

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

 a { background-color: rgb(2,15,246); }

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

border-color css

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

 span { border-color: rgb(2,15,246); }

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