Shades of Cerulean Blue #1750D6
Tints of Cerulean Blue #1750D6
RGB
CMYK
RGB Variations
Color information
#1750D6 (or 0x1750D6) is known color: Cerulean Blue. HEX triplet: 17, 50 and D6. RGB value is (23,80,214). Sum of RGB (Red+Green+Blue) = 23+80+214=317 (41% of max value = 765). Red value is 23 (9.38% from 255 or 7.26% from 317); Green value is 80 (31.64% from 255 or 25.24% from 317); Blue value is 214 (83.98% from 255 or 67.51% from 317); Max value from RGB is 214 - color contains mainly: blue. Hex color #1750D6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1750D6 is #E8AF29. Grayscale: #4D4D4D. Windows color (decimal): -15249194 or 14045207. OLE color: 14045207.
HSL color Cylindrical-coordinate representation of color #1750D6: hue angle of 222.09º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1750D6 is Cyan = 0.89, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 23 | 80 | 214 | - |
| CMYK | 0.89 | 0.63 | 0 | 0.16 |
| HSL | 222.09º | 0.81% | 0.46% | - |
| HSV(B) | 222.09º | 0.89% | 0.84% | - |
| XYZ | 15.36 | 10.77 | 64.89 | - |
| YUV | 78.23 | 204.62 | 88.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 80 | 214 | 0.89 | 0.63 | 0 | 0.16 | 222.09 | 0.81 | 0.46 |
| Hex | 17 | 50 | D6 | 59 | 3F | 0 | 10 | DE | 51 | 2E |
| Octal | 27 | 120 | 326 | 131 | 77 | 0 | 20 | 336 | 121 | 56 |
| Binary | 10111 | 1010000 | 11010110 | 1011001 | 111111 | 0 | 10000 | 11011110 | 1010001 | 101110 |
Color Harmonies of #1750D6
Complementary color
Monochromatic Colors of #1750D6
Black with #1750D6
Text Example
Text Example
White with #1750D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1750D6; }
p { color: rgb(23,80,214); }
H1.HeaderClassName
{
color: #1750D6;
}
.AnyTagClassName
{
color: #1750D6;
}
</style>
background-color css
<style>
a { background-color: #1750D6; }
a { background-color: rgb(23,80,214); }
div.DivClassName
{
background-color: #1750D6;
}
.BgClassName
{
background-color: #1750D6;
}
</style>
border-color css
<style>
span { border-color: #1750D6; }
span { border-color: rgb(23,80,214); }
td.TdClassName
{
border-color: #1750D6;
}
.TagClassName
{
border-color: #1750D6;
}
</style>