Html Css Color HEX #020FEC Blue

📋 copy color: '#020FEC'

red 2 ◦ green 15 ◦ blue 236

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

Shades of Blue #020FEC

Tints of Blue #020FEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 93.28%

R = 0.79%
G = 5.93%
B = 93.28%

CMYK

 C value IS 0.99

 M value IS 0.94

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#020FEC (or 0x020FEC) is known color: Blue. HEX triplet: 02, 0F and EC. RGB value is (2,15,236). Sum of RGB (Red+Green+Blue) = 2+15+236=253 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.79% from 253); Green value is 15 (6.25% from 255 or 5.93% from 253); Blue value is 236 (92.58% from 255 or 93.28% from 253); Max value from RGB is 236 - color contains mainly: blue. Hex color #020FEC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #020FEC is #FDF013. Grayscale: #232323. Windows color (decimal): -16642068 or 15470338. OLE color: 15470338.

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

Color convert

RGB 2 15 236 -
CMYK 0.99 0.94 0 0.07
HSL 236.67º 0.98% 0.47% -
HSV(B) 236.67º 0.99% 0.93% -
XYZ 15.34 6.41 79.79 -
YUV 36.31 240.69 103.53 -
System Red Green Blue C M Y K H S L
Decimal 2 15 236 0.99 0.94 0 0.07 236.67 0.98 0.47
Hex 2 F EC 63 5E 0 7 ED 62 2F
Octal 2 17 354 143 136 0 7 355 142 57
Binary 10 1111 11101100 1100011 1011110 0 111 11101101 1100010 101111

Color Harmonies of #020FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020FEC

Black with #020FEC

Text Example


Text Example

White with #020FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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