#0408C6

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

Shades of Medium Blue #0408C6

Tints of Medium Blue #0408C6

Color information

#0408C6 (or 0x0408C6) is unknown color: approx Medium Blue. HEX triplet: 04, 08 and C6. RGB value is (4,8,198). Sum of RGB (Red+Green+Blue) = 4+8+198=210 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.90% from 210); Green value is 8 (3.52% from 255 or 3.81% from 210); Blue value is 198 (77.73% from 255 or 94.29% from 210); Max value from RGB is 198 - color contains mainly: blue. Hex color #0408C6 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0408C6 is #FBF739. Grayscale: #1B1B1B. Windows color (decimal): -16512826 or 12978180. OLE color: 12978180.

HSL color Cylindrical-coordinate representation of color #0408C6: hue angle of 238.76º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0408C6 is Cyan = 0.98, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB48198-
CMYK0.980.9600.22
HSL238.76º96.04%39.61%-
HSV(B)238.76º97.98%77.65%-
XYZ10.334.2853.71-
YUV28.46223.67110.55-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.90%
GREEN value IS 8 (3.52% from 255) = 3.81%
BLUE value IS 198 (77.73% from 255) = 94.29%
R=1.90%
G=3.81%
B=94.29%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal481980.980.9600.22238.7696.0439.61
Hex48C66260016ef6028
Octal41030614214002635714050
Binary10010001100011011000101100000010110111011111100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0408C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0408C6; }

 p { color: rgb(4,8,198); }

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

<style>
 a { background-color: #0408C6; }

 a { background-color: rgb(4,8,198); }

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

<style>
 span { border-color: #0408C6; }

 span { border-color: rgb(4,8,198); }

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