Shades of Medium Blue #1508CB
Tints of Medium Blue #1508CB
RGB
CMYK
RGB Variations
Color information
#1508CB (or 0x1508CB) is known color: Medium Blue. HEX triplet: 15, 08 and CB. RGB value is (21,8,203). Sum of RGB (Red+Green+Blue) = 21+8+203=232 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.05% from 232); Green value is 8 (3.52% from 255 or 3.45% from 232); Blue value is 203 (79.69% from 255 or 87.5% from 232); Max value from RGB is 203 - color contains mainly: blue. Hex color #1508CB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1508CB is #EAF734. Grayscale: #212121. Windows color (decimal): -15398709 or 13305877. OLE color: 13305877.
HSL color Cylindrical-coordinate representation of color #1508CB: hue angle of 244º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1508CB is Cyan = 0.90, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 21 | 8 | 203 | - |
| CMYK | 0.90 | 0.96 | 0 | 0.20 |
| HSL | 244º | 0.92% | 0.41% | - |
| HSV(B) | 244º | 0.96% | 0.8% | - |
| XYZ | 11.18 | 4.64 | 56.81 | - |
| YUV | 34.12 | 223.31 | 118.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 8 | 203 | 0.90 | 0.96 | 0 | 0.20 | 244 | 0.92 | 0.41 |
| Hex | 15 | 8 | CB | 5A | 60 | 0 | 14 | F4 | 5C | 29 |
| Octal | 25 | 10 | 313 | 132 | 140 | 0 | 24 | 364 | 134 | 51 |
| Binary | 10101 | 1000 | 11001011 | 1011010 | 1100000 | 0 | 10100 | 11110100 | 1011100 | 101001 |
Color Harmonies of #1508CB
Complementary color
Monochromatic Colors of #1508CB
Black with #1508CB
Text Example
Text Example
White with #1508CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1508CB; }
p { color: rgb(21,8,203); }
H1.HeaderClassName
{
color: #1508CB;
}
.AnyTagClassName
{
color: #1508CB;
}
</style>
background-color css
<style>
a { background-color: #1508CB; }
a { background-color: rgb(21,8,203); }
div.DivClassName
{
background-color: #1508CB;
}
.BgClassName
{
background-color: #1508CB;
}
</style>
border-color css
<style>
span { border-color: #1508CB; }
span { border-color: rgb(21,8,203); }
td.TdClassName
{
border-color: #1508CB;
}
.TagClassName
{
border-color: #1508CB;
}
</style>