#1804B8

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

Shades of Medium Blue #1804B8

Tints of Medium Blue #1804B8

Color information

#1804B8 (or 0x1804B8) is unknown color: approx Medium Blue. HEX triplet: 18, 04 and B8. RGB value is (24,4,184). Sum of RGB (Red+Green+Blue) = 24+4+184=212 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.32% from 212); Green value is 4 (1.95% from 255 or 1.89% from 212); Blue value is 184 (72.27% from 255 or 86.79% from 212); Max value from RGB is 184 - color contains mainly: blue. Hex color #1804B8 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1804B8 is #E7FB47. Grayscale: #1D1D1D. Windows color (decimal): -15203144 or 12059672. OLE color: 12059672.

HSL color Cylindrical-coordinate representation of color #1804B8: hue angle of 246.67º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1804B8 is Cyan = 0.87, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB244184-
CMYK0.870.9800.28
HSL246.67º95.74%36.86%-
HSV(B)246.67º97.83%72.16%-
XYZ9.073.7445.59-
YUV30.5214.63123.36-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.32%
GREEN value IS 4 (1.95% from 255) = 1.89%
BLUE value IS 184 (72.27% from 255) = 86.79%
R=11.32%
G=1.89%
B=86.79%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal2441840.870.9800.28246.6795.7436.86
Hex184B8576201Cf76025
Octal30427012714203436714045
Binary110001001011100010101111100010011100111101111100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1804B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1804B8; }

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

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

<style>
 a { background-color: #1804B8; }

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

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

<style>
 span { border-color: #1804B8; }

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

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