Html Css Color HEX #020FEF Blue

📋 copy color: '#020FEF'

red 2 ◦ green 15 ◦ blue 239

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

Shades of Blue #020FEF

Tints of Blue #020FEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 93.36%

R = 0.78%
G = 5.86%
B = 93.36%

CMYK

 C value IS 0.99

 M value IS 0.94

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#020FEF (or 0x020FEF) is known color: Blue. HEX triplet: 02, 0F and EF. RGB value is (2,15,239). Sum of RGB (Red+Green+Blue) = 2+15+239=256 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.78% from 256); Green value is 15 (6.25% from 255 or 5.86% from 256); Blue value is 239 (93.75% from 255 or 93.36% from 256); Max value from RGB is 239 - color contains mainly: blue. Hex color #020FEF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #020FEF is #FDF010. Grayscale: #232323. Windows color (decimal): -16642065 or 15666946. OLE color: 15666946.

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

Color convert

RGB 2 15 239 -
CMYK 0.99 0.94 0 0.06
HSL 236.71º 0.98% 0.47% -
HSV(B) 236.71º 0.99% 0.94% -
XYZ 15.78 6.59 82.1 -
YUV 36.65 242.19 103.29 -
System Red Green Blue C M Y K H S L
Decimal 2 15 239 0.99 0.94 0 0.06 236.71 0.98 0.47
Hex 2 F EF 63 5E 0 6 ED 62 2F
Octal 2 17 357 143 136 0 6 355 142 57
Binary 10 1111 11101111 1100011 1011110 0 110 11101101 1100010 101111

Color Harmonies of #020FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020FEF

Black with #020FEF

Text Example


Text Example

White with #020FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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