#0418D4

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

Shades of Medium Blue #0418D4

Tints of Medium Blue #0418D4

Color information

#0418D4 (or 0x0418D4) is unknown color: approx Medium Blue. HEX triplet: 04, 18 and D4. RGB value is (4,24,212). Sum of RGB (Red+Green+Blue) = 4+24+212=240 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.67% from 240); Green value is 24 (9.77% from 255 or 10% from 240); Blue value is 212 (83.20% from 255 or 88.33% from 240); Max value from RGB is 212 - color contains mainly: blue. Hex color #0418D4 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0418D4 is #FBE72B. Grayscale: #262626. Windows color (decimal): -16508716 or 13899780. OLE color: 13899780.

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

Color convert

RGB424212-
CMYK0.980.8900.17
HSL234.23º96.3%42.35%-
HSV(B)234.23º98.11%83.14%-
XYZ12.265.4362.69-
YUV39.45225.37102.71-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.67%
GREEN value IS 24 (9.77% from 255) = 10%
BLUE value IS 212 (83.20% from 255) = 88.33%
R=1.67%
G=10%
B=88.33%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal4242120.980.8900.17234.2396.342.35
Hex418D46259011ea602a
Octal43032414213102135214052
Binary100110001101010011000101011001010001111010101100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0418D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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