Shades of Cerulean Blue #1753DC
Tints of Cerulean Blue #1753DC
RGB
CMYK
RGB Variations
Color information
#1753DC (or 0x1753DC) is known color: Cerulean Blue. HEX triplet: 17, 53 and DC. RGB value is (23,83,220). Sum of RGB (Red+Green+Blue) = 23+83+220=326 (43% of max value = 765). Red value is 23 (9.38% from 255 or 7.06% from 326); Green value is 83 (32.81% from 255 or 25.46% from 326); Blue value is 220 (86.33% from 255 or 67.48% from 326); Max value from RGB is 220 - color contains mainly: blue. Hex color #1753DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1753DC is #E8AC23. Grayscale: #505050. Windows color (decimal): -15248420 or 14439191. OLE color: 14439191.
HSL color Cylindrical-coordinate representation of color #1753DC: hue angle of 221.73º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1753DC is Cyan = 0.90, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 23 | 83 | 220 | - |
| CMYK | 0.90 | 0.62 | 0 | 0.14 |
| HSL | 221.73º | 0.81% | 0.48% | - |
| HSV(B) | 221.73º | 0.9% | 0.86% | - |
| XYZ | 16.36 | 11.54 | 69.07 | - |
| YUV | 80.68 | 206.62 | 86.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 83 | 220 | 0.90 | 0.62 | 0 | 0.14 | 221.73 | 0.81 | 0.48 |
| Hex | 17 | 53 | DC | 5A | 3E | 0 | E | DE | 51 | 30 |
| Octal | 27 | 123 | 334 | 132 | 76 | 0 | 16 | 336 | 121 | 60 |
| Binary | 10111 | 1010011 | 11011100 | 1011010 | 111110 | 0 | 1110 | 11011110 | 1010001 | 110000 |
Color Harmonies of #1753DC
Complementary color
Monochromatic Colors of #1753DC
Black with #1753DC
Text Example
Text Example
White with #1753DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1753DC; }
p { color: rgb(23,83,220); }
H1.HeaderClassName
{
color: #1753DC;
}
.AnyTagClassName
{
color: #1753DC;
}
</style>
background-color css
<style>
a { background-color: #1753DC; }
a { background-color: rgb(23,83,220); }
div.DivClassName
{
background-color: #1753DC;
}
.BgClassName
{
background-color: #1753DC;
}
</style>
border-color css
<style>
span { border-color: #1753DC; }
span { border-color: rgb(23,83,220); }
td.TdClassName
{
border-color: #1753DC;
}
.TagClassName
{
border-color: #1753DC;
}
</style>