Shades of Medium Blue #1807BD
Tints of Medium Blue #1807BD
RGB
CMYK
RGB Variations
Color information
#1807BD (or 0x1807BD) is known color: Medium Blue. HEX triplet: 18, 07 and BD. RGB value is (24,7,189). Sum of RGB (Red+Green+Blue) = 24+7+189=220 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.91% from 220); Green value is 7 (3.12% from 255 or 3.18% from 220); Blue value is 189 (74.22% from 255 or 85.91% from 220); Max value from RGB is 189 - color contains mainly: blue. Hex color #1807BD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1807BD is #E7F842. Grayscale: #202020. Windows color (decimal): -15202371 or 12388120. OLE color: 12388120.
HSL color Cylindrical-coordinate representation of color #1807BD: hue angle of 245.6º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1807BD is Cyan = 0.87, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 24 | 7 | 189 | - |
| CMYK | 0.87 | 0.96 | 0 | 0.26 |
| HSL | 245.6º | 0.93% | 0.38% | - |
| HSV(B) | 245.6º | 0.96% | 0.74% | - |
| XYZ | 9.64 | 4.02 | 48.41 | - |
| YUV | 32.83 | 216.13 | 121.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 7 | 189 | 0.87 | 0.96 | 0 | 0.26 | 245.6 | 0.93 | 0.38 |
| Hex | 18 | 7 | BD | 57 | 60 | 0 | 1A | F6 | 5D | 26 |
| Octal | 30 | 7 | 275 | 127 | 140 | 0 | 32 | 366 | 135 | 46 |
| Binary | 11000 | 111 | 10111101 | 1010111 | 1100000 | 0 | 11010 | 11110110 | 1011101 | 100110 |
Color Harmonies of #1807BD
Complementary color
Monochromatic Colors of #1807BD
Black with #1807BD
Text Example
Text Example
White with #1807BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1807BD; }
p { color: rgb(24,7,189); }
H1.HeaderClassName
{
color: #1807BD;
}
.AnyTagClassName
{
color: #1807BD;
}
</style>
background-color css
<style>
a { background-color: #1807BD; }
a { background-color: rgb(24,7,189); }
div.DivClassName
{
background-color: #1807BD;
}
.BgClassName
{
background-color: #1807BD;
}
</style>
border-color css
<style>
span { border-color: #1807BD; }
span { border-color: rgb(24,7,189); }
td.TdClassName
{
border-color: #1807BD;
}
.TagClassName
{
border-color: #1807BD;
}
</style>