Html Css Color HEX #0000DC Medium Blue

📋 copy color: '#0000DC'

red 0 ◦ green 0 ◦ blue 220

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

Shades of Medium Blue #0000DC

Tints of Medium Blue #0000DC

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 220 (86.33% from 255) = 100%

R = 0%
G = 0%
B = 100%

CMYK

 C value IS 1

 M value IS 1

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0000DC (or 0x0000DC) is known color: Medium Blue. HEX triplet: 00, 00 and DC. RGB value is (0,0,220). Sum of RGB (Red+Green+Blue) = 0+0+220=220 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 220); Green value is 0 (0.39% from 255 or 0% from 220); Blue value is 220 (86.33% from 255 or 100% from 220); Max value from RGB is 220 - color contains mainly: blue. Hex color #0000DC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0000DC is #FFFF23. Grayscale: #181818. Windows color (decimal): -16776996 or 14417920. OLE color: 14417920.

HSL color Cylindrical-coordinate representation of color #0000DC: hue angle of 240º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0000DC is Cyan = 1, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 0 0 220 -
CMYK 1 1 0 0.14
HSL 240º 1% 0.43% -
HSV(B) 240º 1% 0.86% -
XYZ 12.92 5.17 68.03 -
YUV 25.08 238 110.11 -
System Red Green Blue C M Y K H S L
Decimal 0 0 220 1 1 0 0.14 240 1 0.43
Hex 0 0 DC 64 64 0 E F0 64 2B
Octal 0 0 334 144 144 0 16 360 144 53
Binary 0 0 11011100 1100100 1100100 0 1110 11110000 1100100 101011

Color Harmonies of #0000DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0000DC

Black with #0000DC

Text Example


Text Example

White with #0000DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0000DC; }

 p { color: rgb(0,0,220); }

 H1.HeaderClassName
 {
   color: #0000DC;
 }
 .AnyTagClassName
 {
   color: #0000DC;
 }
</style>

background-color css

<style>
 a { background-color: #0000DC; }

 a { background-color: rgb(0,0,220); }

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

border-color css

<style>
 span { border-color: #0000DC; }

 span { border-color: rgb(0,0,220); }

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