Html Css Color HEX #020EF2 Blue

📋 copy color: '#020EF2'

red 2 ◦ green 14 ◦ blue 242

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

Shades of Blue #020EF2

Tints of Blue #020EF2

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.43%

 BLUE value IS 242 (94.92% from 255) = 93.8%

R = 0.78%
G = 5.43%
B = 93.8%

CMYK

 C value IS 0.99

 M value IS 0.94

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#020EF2 (or 0x020EF2) is known color: Blue. HEX triplet: 02, 0E and F2. RGB value is (2,14,242). Sum of RGB (Red+Green+Blue) = 2+14+242=258 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.78% from 258); Green value is 14 (5.86% from 255 or 5.43% from 258); Blue value is 242 (94.92% from 255 or 93.80% from 258); Max value from RGB is 242 - color contains mainly: blue. Hex color #020EF2 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #020EF2 is #FDF10D. Grayscale: #232323. Windows color (decimal): -16642318 or 15863298. OLE color: 15863298.

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

Color convert

RGB 2 14 242 -
CMYK 0.99 0.94 0 0.05
HSL 237º 0.98% 0.48% -
HSV(B) 237º 0.99% 0.95% -
XYZ 16.21 6.74 84.45 -
YUV 36.4 244.02 103.46 -
System Red Green Blue C M Y K H S L
Decimal 2 14 242 0.99 0.94 0 0.05 237 0.98 0.48
Hex 2 E F2 63 5E 0 5 ED 62 30
Octal 2 16 362 143 136 0 5 355 142 60
Binary 10 1110 11110010 1100011 1011110 0 101 11101101 1100010 110000

Color Harmonies of #020EF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020EF2

Black with #020EF2

Text Example


Text Example

White with #020EF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,14,242); }

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

background-color css

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

 a { background-color: rgb(2,14,242); }

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

border-color css

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

 span { border-color: rgb(2,14,242); }

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