Html Css Color HEX #020DCC Medium Blue

📋 copy color: '#020DCC'

red 2 ◦ green 13 ◦ blue 204

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

Shades of Medium Blue #020DCC

Tints of Medium Blue #020DCC

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.94%

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

R = 0.91%
G = 5.94%
B = 93.15%

CMYK

 C value IS 0.99

 M value IS 0.94

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#020DCC (or 0x020DCC) is known color: Medium Blue. HEX triplet: 02, 0D and CC. RGB value is (2,13,204). Sum of RGB (Red+Green+Blue) = 2+13+204=219 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.91% from 219); Green value is 13 (5.47% from 255 or 5.94% from 219); Blue value is 204 (80.08% from 255 or 93.15% from 219); Max value from RGB is 204 - color contains mainly: blue. Hex color #020DCC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #020DCC is #FDF233. Grayscale: #1E1E1E. Windows color (decimal): -16642612 or 13372674. OLE color: 13372674.

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

Color convert

RGB 2 13 204 -
CMYK 0.99 0.94 0 0.2
HSL 236.73º 0.98% 0.4% -
HSV(B) 236.73º 0.99% 0.8% -
XYZ 11.07 4.66 57.44 -
YUV 31.49 225.36 106.97 -
System Red Green Blue C M Y K H S L
Decimal 2 13 204 0.99 0.94 0 0.2 236.73 0.98 0.4
Hex 2 D CC 63 5E 0 14 ED 62 28
Octal 2 15 314 143 136 0 24 355 142 50
Binary 10 1101 11001100 1100011 1011110 0 10100 11101101 1100010 101000

Color Harmonies of #020DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020DCC

Black with #020DCC

Text Example


Text Example

White with #020DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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