#0401D4

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

Shades of Medium Blue #0401D4

Tints of Medium Blue #0401D4

Color information

#0401D4 (or 0x0401D4) is unknown color: approx Medium Blue. HEX triplet: 04, 01 and D4. RGB value is (4,1,212). Sum of RGB (Red+Green+Blue) = 4+1+212=217 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.84% from 217); Green value is 1 (0.78% from 255 or 0.46% from 217); Blue value is 212 (83.20% from 255 or 97.70% from 217); Max value from RGB is 212 - color contains mainly: blue. Hex color #0401D4 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0401D4 is #FBFE2B. Grayscale: #191919. Windows color (decimal): -16514604 or 13893892. OLE color: 13893892.

HSL color Cylindrical-coordinate representation of color #0401D4: hue angle of 240.85º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0401D4 is Cyan = 0.98, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB41212-
CMYK0.981.0000.17
HSL240.85º99.06%41.76%-
HSV(B)240.85º99.53%83.14%-
XYZ11.944.862.58-
YUV25.95232.99112.34-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.84%
GREEN value IS 1 (0.78% from 255) = 0.46%
BLUE value IS 212 (83.20% from 255) = 97.70%
R=1.84%
G=0.46%
B=97.70%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 1.00
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal412120.981.0000.17240.8599.0641.76
Hex41D46264011f1632a
Octal4132414214402136114352
Binary10011101010011000101100100010001111100011100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0401D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0401D4; }

 p { color: rgb(4,1,212); }

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

<style>
 a { background-color: #0401D4; }

 a { background-color: rgb(4,1,212); }

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

<style>
 span { border-color: #0401D4; }

 span { border-color: rgb(4,1,212); }

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