Shades of Medium Blue #1603CF
Tints of Medium Blue #1603CF
RGB
CMYK
RGB Variations
Color information
#1603CF (or 0x1603CF) is known color: Medium Blue. HEX triplet: 16, 03 and CF. RGB value is (22,3,207). Sum of RGB (Red+Green+Blue) = 22+3+207=232 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.48% from 232); Green value is 3 (1.56% from 255 or 1.29% from 232); Blue value is 207 (81.25% from 255 or 89.22% from 232); Max value from RGB is 207 - color contains mainly: blue. Hex color #1603CF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1603CF is #E9FC30. Grayscale: #1F1F1F. Windows color (decimal): -15334449 or 13566742. OLE color: 13566742.
HSL color Cylindrical-coordinate representation of color #1603CF: hue angle of 245.59º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1603CF is Cyan = 0.89, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 22 | 3 | 207 | - |
| CMYK | 0.89 | 0.99 | 0 | 0.19 |
| HSL | 245.59º | 0.97% | 0.41% | - |
| HSV(B) | 245.59º | 0.99% | 0.81% | - |
| XYZ | 11.63 | 4.74 | 59.33 | - |
| YUV | 31.94 | 226.79 | 120.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 3 | 207 | 0.89 | 0.99 | 0 | 0.19 | 245.59 | 0.97 | 0.41 |
| Hex | 16 | 3 | CF | 59 | 63 | 0 | 13 | F6 | 61 | 29 |
| Octal | 26 | 3 | 317 | 131 | 143 | 0 | 23 | 366 | 141 | 51 |
| Binary | 10110 | 11 | 11001111 | 1011001 | 1100011 | 0 | 10011 | 11110110 | 1100001 | 101001 |
Color Harmonies of #1603CF
Complementary color
Monochromatic Colors of #1603CF
Black with #1603CF
Text Example
Text Example
White with #1603CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1603CF; }
p { color: rgb(22,3,207); }
H1.HeaderClassName
{
color: #1603CF;
}
.AnyTagClassName
{
color: #1603CF;
}
</style>
background-color css
<style>
a { background-color: #1603CF; }
a { background-color: rgb(22,3,207); }
div.DivClassName
{
background-color: #1603CF;
}
.BgClassName
{
background-color: #1603CF;
}
</style>
border-color css
<style>
span { border-color: #1603CF; }
span { border-color: rgb(22,3,207); }
td.TdClassName
{
border-color: #1603CF;
}
.TagClassName
{
border-color: #1603CF;
}
</style>