Shades of Cerulean Blue #1752DF
Tints of Cerulean Blue #1752DF
RGB
CMYK
RGB Variations
Color information
#1752DF (or 0x1752DF) is known color: Cerulean Blue. HEX triplet: 17, 52 and DF. RGB value is (23,82,223). Sum of RGB (Red+Green+Blue) = 23+82+223=328 (43% of max value = 765). Red value is 23 (9.38% from 255 or 7.01% from 328); Green value is 82 (32.42% from 255 or 25% from 328); Blue value is 223 (87.5% from 255 or 67.99% from 328); Max value from RGB is 223 - color contains mainly: blue. Hex color #1752DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1752DF is #E8AD20. Grayscale: #4F4F4F. Windows color (decimal): -15248673 or 14635543. OLE color: 14635543.
HSL color Cylindrical-coordinate representation of color #1752DF: hue angle of 222.3º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1752DF is Cyan = 0.90, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 23 | 82 | 223 | - |
| CMYK | 0.90 | 0.63 | 0 | 0.13 |
| HSL | 222.3º | 0.81% | 0.48% | - |
| HSV(B) | 222.3º | 0.9% | 0.87% | - |
| XYZ | 16.69 | 11.54 | 71.16 | - |
| YUV | 80.43 | 208.45 | 87.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 82 | 223 | 0.90 | 0.63 | 0 | 0.13 | 222.3 | 0.81 | 0.48 |
| Hex | 17 | 52 | DF | 5A | 3F | 0 | D | DE | 51 | 30 |
| Octal | 27 | 122 | 337 | 132 | 77 | 0 | 15 | 336 | 121 | 60 |
| Binary | 10111 | 1010010 | 11011111 | 1011010 | 111111 | 0 | 1101 | 11011110 | 1010001 | 110000 |
Color Harmonies of #1752DF
Complementary color
Monochromatic Colors of #1752DF
Black with #1752DF
Text Example
Text Example
White with #1752DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1752DF; }
p { color: rgb(23,82,223); }
H1.HeaderClassName
{
color: #1752DF;
}
.AnyTagClassName
{
color: #1752DF;
}
</style>
background-color css
<style>
a { background-color: #1752DF; }
a { background-color: rgb(23,82,223); }
div.DivClassName
{
background-color: #1752DF;
}
.BgClassName
{
background-color: #1752DF;
}
</style>
border-color css
<style>
span { border-color: #1752DF; }
span { border-color: rgb(23,82,223); }
td.TdClassName
{
border-color: #1752DF;
}
.TagClassName
{
border-color: #1752DF;
}
</style>