Html Css Color HEX #020EF9 Blue

📋 copy color: '#020EF9'

red 2 ◦ green 14 ◦ blue 249

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

Shades of Blue #020EF9

Tints of Blue #020EF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 93.96%

R = 0.75%
G = 5.28%
B = 93.96%

CMYK

 C value IS 0.99

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#020EF9 (or 0x020EF9) is known color: Blue. HEX triplet: 02, 0E and F9. RGB value is (2,14,249). Sum of RGB (Red+Green+Blue) = 2+14+249=265 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.75% from 265); Green value is 14 (5.86% from 255 or 5.28% from 265); Blue value is 249 (97.66% from 255 or 93.96% from 265); Max value from RGB is 249 - color contains mainly: blue. Hex color #020EF9 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #020EF9 is #FDF106. Grayscale: #242424. Windows color (decimal): -16642311 or 16322050. OLE color: 16322050.

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

Color convert

RGB 2 14 249 -
CMYK 0.99 0.94 0 0.02
HSL 237.09º 0.98% 0.49% -
HSV(B) 237.09º 0.99% 0.98% -
XYZ 17.28 7.17 90.1 -
YUV 37.2 247.52 102.89 -
System Red Green Blue C M Y K H S L
Decimal 2 14 249 0.99 0.94 0 0.02 237.09 0.98 0.49
Hex 2 E F9 63 5E 0 2 ED 62 31
Octal 2 16 371 143 136 0 2 355 142 61
Binary 10 1110 11111001 1100011 1011110 0 10 11101101 1100010 110001

Color Harmonies of #020EF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020EF9

Black with #020EF9

Text Example


Text Example

White with #020EF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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