#0804DB

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

Shades of Medium Blue #0804DB

Tints of Medium Blue #0804DB

Color information

#0804DB (or 0x0804DB) is unknown color: approx Medium Blue. HEX triplet: 08, 04 and DB. RGB value is (8,4,219). Sum of RGB (Red+Green+Blue) = 8+4+219=231 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.46% from 231); Green value is 4 (1.95% from 255 or 1.73% from 231); Blue value is 219 (85.94% from 255 or 94.81% from 231); Max value from RGB is 219 - color contains mainly: blue. Hex color #0804DB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0804DB is #F7FB24. Grayscale: #1C1C1C. Windows color (decimal): -16251685 or 14353416. OLE color: 14353416.

HSL color Cylindrical-coordinate representation of color #0804DB: hue angle of 241.12º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0804DB is Cyan = 0.96, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB84219-
CMYK0.960.9800.14
HSL241.12º96.41%43.73%-
HSV(B)241.12º98.17%85.88%-
XYZ12.935.2567.35-
YUV29.71234.83112.52-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.46%
GREEN value IS 4 (1.95% from 255) = 1.73%
BLUE value IS 219 (85.94% from 255) = 94.81%
R=3.46%
G=1.73%
B=94.81%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal842190.960.9800.14241.1296.4143.73
Hex84DB60620Ef1602c
Octal10433314014201636114054
Binary1000100110110111100000110001001110111100011100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0804DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0804DB; }

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

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

<style>
 a { background-color: #0804DB; }

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

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

<style>
 span { border-color: #0804DB; }

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

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