#0421CD

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

Shades of Medium Blue #0421CD

Tints of Medium Blue #0421CD

Color information

#0421CD (or 0x0421CD) is unknown color: approx Medium Blue. HEX triplet: 04, 21 and CD. RGB value is (4,33,205). Sum of RGB (Red+Green+Blue) = 4+33+205=242 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.65% from 242); Green value is 33 (13.28% from 255 or 13.64% from 242); Blue value is 205 (80.47% from 255 or 84.71% from 242); Max value from RGB is 205 - color contains mainly: blue. Hex color #0421CD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0421CD is #FBDE32. Grayscale: #2B2B2B. Windows color (decimal): -16506419 or 13443332. OLE color: 13443332.

HSL color Cylindrical-coordinate representation of color #0421CD: hue angle of 231.34º 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 #0421CD is Cyan = 0.98, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB433205-
CMYK0.980.8400.20
HSL231.34º96.17%40.98%-
HSV(B)231.34º98.05%80.39%-
XYZ11.615.5258.21-
YUV43.94218.8999.51-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.65%
GREEN value IS 33 (13.28% from 255) = 13.64%
BLUE value IS 205 (80.47% from 255) = 84.71%
R=1.65%
G=13.64%
B=84.71%

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
Decimal4332050.980.8400.20231.3496.1740.98
Hex421CD6254014e76029
Octal44131514212402434714051
Binary1001000011100110111000101010100010100111001111100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0421CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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