Shades of Cerulean Blue #1C52DF
Tints of Cerulean Blue #1C52DF
RGB
CMYK
RGB Variations
Color information
#1C52DF (or 0x1C52DF) is known color: Cerulean Blue. HEX triplet: 1C, 52 and DF. RGB value is (28,82,223). Sum of RGB (Red+Green+Blue) = 28+82+223=333 (44% of max value = 765). Red value is 28 (11.33% from 255 or 8.41% from 333); Green value is 82 (32.42% from 255 or 24.62% from 333); Blue value is 223 (87.5% from 255 or 66.97% from 333); Max value from RGB is 223 - color contains mainly: blue. Hex color #1C52DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1C52DF is #E3AD20. Grayscale: #515151. Windows color (decimal): -14920993 or 14635548. OLE color: 14635548.
HSL color Cylindrical-coordinate representation of color #1C52DF: hue angle of 223.38º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1C52DF is Cyan = 0.87, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 28 | 82 | 223 | - |
| CMYK | 0.87 | 0.63 | 0 | 0.13 |
| HSL | 223.38º | 0.78% | 0.49% | - |
| HSV(B) | 223.38º | 0.87% | 0.87% | - |
| XYZ | 16.82 | 11.61 | 71.17 | - |
| YUV | 81.93 | 207.61 | 89.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 82 | 223 | 0.87 | 0.63 | 0 | 0.13 | 223.38 | 0.78 | 0.49 |
| Hex | 1C | 52 | DF | 57 | 3F | 0 | D | DF | 4E | 31 |
| Octal | 34 | 122 | 337 | 127 | 77 | 0 | 15 | 337 | 116 | 61 |
| Binary | 11100 | 1010010 | 11011111 | 1010111 | 111111 | 0 | 1101 | 11011111 | 1001110 | 110001 |
Color Harmonies of #1C52DF
Complementary color
Monochromatic Colors of #1C52DF
Black with #1C52DF
Text Example
Text Example
White with #1C52DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C52DF; }
p { color: rgb(28,82,223); }
H1.HeaderClassName
{
color: #1C52DF;
}
.AnyTagClassName
{
color: #1C52DF;
}
</style>
background-color css
<style>
a { background-color: #1C52DF; }
a { background-color: rgb(28,82,223); }
div.DivClassName
{
background-color: #1C52DF;
}
.BgClassName
{
background-color: #1C52DF;
}
</style>
border-color css
<style>
span { border-color: #1C52DF; }
span { border-color: rgb(28,82,223); }
td.TdClassName
{
border-color: #1C52DF;
}
.TagClassName
{
border-color: #1C52DF;
}
</style>