Html Css Color HEX #0500DC Medium Blue

📋 copy color: '#0500DC'

red 5 ◦ green 0 ◦ blue 220

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

Shades of Medium Blue #0500DC

Tints of Medium Blue #0500DC

RGB

 RED value IS 5 (2.34% from 255) = 2.22%

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

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

R = 2.22%
G = 0%
B = 97.78%

CMYK

 C value IS 0.98

 M value IS 1

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0500DC (or 0x0500DC) is known color: Medium Blue. HEX triplet: 05, 00 and DC. RGB value is (5,0,220). Sum of RGB (Red+Green+Blue) = 5+0+220=225 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.22% from 225); Green value is 0 (0.39% from 255 or 0% from 225); Blue value is 220 (86.33% from 255 or 97.78% from 225); Max value from RGB is 220 - color contains mainly: blue. Hex color #0500DC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0500DC is #FAFF23. Grayscale: #191919. Windows color (decimal): -16449316 or 14417925. OLE color: 14417925.

HSL color Cylindrical-coordinate representation of color #0500DC: hue angle of 241.36º 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 #0500DC is Cyan = 0.98, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 5 0 220 -
CMYK 0.98 1 0 0.14
HSL 241.36º 1% 0.43% -
HSV(B) 241.36º 1% 0.86% -
XYZ 12.98 5.2 68.03 -
YUV 26.58 237.16 112.61 -
System Red Green Blue C M Y K H S L
Decimal 5 0 220 0.98 1 0 0.14 241.36 1 0.43
Hex 5 0 DC 62 64 0 E F1 64 2B
Octal 5 0 334 142 144 0 16 361 144 53
Binary 101 0 11011100 1100010 1100100 0 1110 11110001 1100100 101011

Color Harmonies of #0500DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0500DC

Black with #0500DC

Text Example


Text Example

White with #0500DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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