Html Css Color HEX #020ECE Medium Blue

📋 copy color: '#020ECE'

red 2 ◦ green 14 ◦ blue 206

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

Shades of Medium Blue #020ECE

Tints of Medium Blue #020ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 92.79%

R = 0.9%
G = 6.31%
B = 92.79%

CMYK

 C value IS 0.99

 M value IS 0.93

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#020ECE (or 0x020ECE) is known color: Medium Blue. HEX triplet: 02, 0E and CE. RGB value is (2,14,206). Sum of RGB (Red+Green+Blue) = 2+14+206=222 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.90% from 222); Green value is 14 (5.86% from 255 or 6.31% from 222); Blue value is 206 (80.86% from 255 or 92.79% from 222); Max value from RGB is 206 - color contains mainly: blue. Hex color #020ECE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #020ECE is #FDF131. Grayscale: #1F1F1F. Windows color (decimal): -16642354 or 13504002. OLE color: 13504002.

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

Color convert

RGB 2 14 206 -
CMYK 0.99 0.93 0 0.19
HSL 236.47º 0.98% 0.41% -
HSV(B) 236.47º 0.99% 0.81% -
XYZ 11.32 4.78 58.72 -
YUV 32.3 226.02 106.39 -
System Red Green Blue C M Y K H S L
Decimal 2 14 206 0.99 0.93 0 0.19 236.47 0.98 0.41
Hex 2 E CE 63 5D 0 13 EC 62 29
Octal 2 16 316 143 135 0 23 354 142 51
Binary 10 1110 11001110 1100011 1011101 0 10011 11101100 1100010 101001

Color Harmonies of #020ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020ECE

Black with #020ECE

Text Example


Text Example

White with #020ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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