Shades of Cerulean Blue #1750CB
Tints of Cerulean Blue #1750CB
RGB
CMYK
RGB Variations
Color information
#1750CB (or 0x1750CB) is known color: Cerulean Blue. HEX triplet: 17, 50 and CB. RGB value is (23,80,203). Sum of RGB (Red+Green+Blue) = 23+80+203=306 (40% of max value = 765). Red value is 23 (9.38% from 255 or 7.52% from 306); Green value is 80 (31.64% from 255 or 26.14% from 306); Blue value is 203 (79.69% from 255 or 66.34% from 306); Max value from RGB is 203 - color contains mainly: blue. Hex color #1750CB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1750CB is #E8AF34. Grayscale: #4C4C4C. Windows color (decimal): -15249205 or 13324311. OLE color: 13324311.
HSL color Cylindrical-coordinate representation of color #1750CB: hue angle of 221º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1750CB is Cyan = 0.89, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 23 | 80 | 203 | - |
| CMYK | 0.89 | 0.61 | 0 | 0.20 |
| HSL | 221º | 0.8% | 0.44% | - |
| HSV(B) | 221º | 0.89% | 0.8% | - |
| XYZ | 14 | 10.23 | 57.74 | - |
| YUV | 76.98 | 199.12 | 89.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 80 | 203 | 0.89 | 0.61 | 0 | 0.20 | 221 | 0.8 | 0.44 |
| Hex | 17 | 50 | CB | 59 | 3D | 0 | 14 | DD | 50 | 2C |
| Octal | 27 | 120 | 313 | 131 | 75 | 0 | 24 | 335 | 120 | 54 |
| Binary | 10111 | 1010000 | 11001011 | 1011001 | 111101 | 0 | 10100 | 11011101 | 1010000 | 101100 |
Color Harmonies of #1750CB
Complementary color
Monochromatic Colors of #1750CB
Black with #1750CB
Text Example
Text Example
White with #1750CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1750CB; }
p { color: rgb(23,80,203); }
H1.HeaderClassName
{
color: #1750CB;
}
.AnyTagClassName
{
color: #1750CB;
}
</style>
background-color css
<style>
a { background-color: #1750CB; }
a { background-color: rgb(23,80,203); }
div.DivClassName
{
background-color: #1750CB;
}
.BgClassName
{
background-color: #1750CB;
}
</style>
border-color css
<style>
span { border-color: #1750CB; }
span { border-color: rgb(23,80,203); }
td.TdClassName
{
border-color: #1750CB;
}
.TagClassName
{
border-color: #1750CB;
}
</style>