#0420CD

Color #0420CD Medium Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Blue #0420CD

Tints of Medium Blue #0420CD

Color information

#0420CD (or 0x0420CD) is unknown color: approx Medium Blue. HEX triplet: 04, 20 and CD. RGB value is (4,32,205). Sum of RGB (Red+Green+Blue) = 4+32+205=241 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.66% from 241); Green value is 32 (12.89% from 255 or 13.28% from 241); Blue value is 205 (80.47% from 255 or 85.06% from 241); Max value from RGB is 205 - color contains mainly: blue. Hex color #0420CD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0420CD is #FBDF32. Grayscale: #2A2A2A. Windows color (decimal): -16506675 or 13443076. OLE color: 13443076.

HSL color Cylindrical-coordinate representation of color #0420CD: hue angle of 231.64º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0420CD is Cyan = 0.98, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB432205-
CMYK0.980.8400.20
HSL231.64º96.17%40.98%-
HSV(B)231.64º98.05%80.39%-
XYZ11.595.4758.2-
YUV43.35219.2299.93-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.66%
GREEN value IS 32 (12.89% from 255) = 13.28%
BLUE value IS 205 (80.47% from 255) = 85.06%
R=1.66%
G=13.28%
B=85.06%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal4322050.980.8400.20231.6496.1740.98
Hex420CD6254014e86029
Octal44031514212402435014051
Binary1001000001100110111000101010100010100111010001100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0420CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0420CD; }

 p { color: rgb(4,32,205); }

 H1.HeaderClassName
 {
   color: #0420CD;
 }
 .AnyTagClassName
 {
   color: #0420CD;
 }
</style>
background-color css

<style>
 a { background-color: #0420CD; }

 a { background-color: rgb(4,32,205); }

 div.DivClassName
 {
   background-color: #0420CD;
 }
 .BgClassName
 {
   background-color: #0420CD;
 }
</style>
border-color css

<style>
 span { border-color: #0420CD; }

 span { border-color: rgb(4,32,205); }

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