Html Css Color HEX #021ECC Medium Blue

📋 copy color: '#021ECC'

red 2 ◦ green 30 ◦ blue 204

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

Shades of Medium Blue #021ECC

Tints of Medium Blue #021ECC

RGB

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

 GREEN value IS 30 (12.11% from 255) = 12.71%

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

R = 0.85%
G = 12.71%
B = 86.44%

CMYK

 C value IS 0.99

 M value IS 0.85

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#021ECC (or 0x021ECC) is known color: Medium Blue. HEX triplet: 02, 1E and CC. RGB value is (2,30,204). Sum of RGB (Red+Green+Blue) = 2+30+204=236 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.85% from 236); Green value is 30 (12.11% from 255 or 12.71% from 236); Blue value is 204 (80.08% from 255 or 86.44% from 236); Max value from RGB is 204 - color contains mainly: blue. Hex color #021ECC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #021ECC is #FDE133. Grayscale: #282828. Windows color (decimal): -16638260 or 13377026. OLE color: 13377026.

HSL color Cylindrical-coordinate representation of color #021ECC: hue angle of 231.68º 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 #021ECC is Cyan = 0.99, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 2 30 204 -
CMYK 0.99 0.85 0 0.2
HSL 231.68º 0.98% 0.4% -
HSV(B) 231.68º 0.99% 0.8% -
XYZ 11.39 5.3 57.55 -
YUV 41.46 219.72 99.85 -
System Red Green Blue C M Y K H S L
Decimal 2 30 204 0.99 0.85 0 0.2 231.68 0.98 0.4
Hex 2 1E CC 63 55 0 14 E8 62 28
Octal 2 36 314 143 125 0 24 350 142 50
Binary 10 11110 11001100 1100011 1010101 0 10100 11101000 1100010 101000

Color Harmonies of #021ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021ECC

Black with #021ECC

Text Example


Text Example

White with #021ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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