Html Css Color HEX #020ECC Medium Blue

📋 copy color: '#020ECC'

red 2 ◦ green 14 ◦ blue 204

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

Shades of Medium Blue #020ECC

Tints of Medium Blue #020ECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 92.73%

R = 0.91%
G = 6.36%
B = 92.73%

CMYK

 C value IS 0.99

 M value IS 0.93

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#020ECC (or 0x020ECC) is known color: Medium Blue. HEX triplet: 02, 0E and CC. RGB value is (2,14,204). Sum of RGB (Red+Green+Blue) = 2+14+204=220 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.91% from 220); Green value is 14 (5.86% from 255 or 6.36% from 220); Blue value is 204 (80.08% from 255 or 92.73% from 220); Max value from RGB is 204 - color contains mainly: blue. Hex color #020ECC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #020ECC is #FDF133. Grayscale: #1F1F1F. Windows color (decimal): -16642356 or 13372930. OLE color: 13372930.

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

Color convert

RGB 2 14 204 -
CMYK 0.99 0.93 0 0.2
HSL 236.44º 0.98% 0.4% -
HSV(B) 236.44º 0.99% 0.8% -
XYZ 11.08 4.69 57.45 -
YUV 32.07 225.02 106.55 -
System Red Green Blue C M Y K H S L
Decimal 2 14 204 0.99 0.93 0 0.2 236.44 0.98 0.4
Hex 2 E CC 63 5D 0 14 EC 62 28
Octal 2 16 314 143 135 0 24 354 142 50
Binary 10 1110 11001100 1100011 1011101 0 10100 11101100 1100010 101000

Color Harmonies of #020ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020ECC

Black with #020ECC

Text Example


Text Example

White with #020ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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