#1804BF

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

Shades of Medium Blue #1804BF

Tints of Medium Blue #1804BF

Color information

#1804BF (or 0x1804BF) is unknown color: approx Medium Blue. HEX triplet: 18, 04 and BF. RGB value is (24,4,191). Sum of RGB (Red+Green+Blue) = 24+4+191=219 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.96% from 219); Green value is 4 (1.95% from 255 or 1.83% from 219); Blue value is 191 (75% from 255 or 87.21% from 219); Max value from RGB is 191 - color contains mainly: blue. Hex color #1804BF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1804BF is #E7FB40. Grayscale: #1E1E1E. Windows color (decimal): -15203137 or 12518424. OLE color: 12518424.

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

Color convert

RGB244191-
CMYK0.870.9800.25
HSL246.42º95.9%38.24%-
HSV(B)246.42º97.91%74.9%-
XYZ9.824.0449.55-
YUV31.3218.13122.79-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.96%
GREEN value IS 4 (1.95% from 255) = 1.83%
BLUE value IS 191 (75% from 255) = 87.21%
R=10.96%
G=1.83%
B=87.21%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal2441910.870.9800.25246.4295.938.24
Hex184BF5762019f66026
Octal30427712714203136614046
Binary110001001011111110101111100010011001111101101100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1804BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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