Shades of Cerulean Blue #2352DF
Tints of Cerulean Blue #2352DF
RGB
CMYK
RGB Variations
Color information
#2352DF (or 0x2352DF) is known color: Cerulean Blue. HEX triplet: 23, 52 and DF. RGB value is (35,82,223). Sum of RGB (Red+Green+Blue) = 35+82+223=340 (45% of max value = 765). Red value is 35 (14.06% from 255 or 10.29% from 340); Green value is 82 (32.42% from 255 or 24.12% from 340); Blue value is 223 (87.5% from 255 or 65.59% from 340); Max value from RGB is 223 - color contains mainly: blue. Hex color #2352DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2352DF is #DCAD20. Grayscale: #535353. Windows color (decimal): -14462241 or 14635555. OLE color: 14635555.
HSL color Cylindrical-coordinate representation of color #2352DF: hue angle of 225º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2352DF is Cyan = 0.84, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 35 | 82 | 223 | - |
| CMYK | 0.84 | 0.63 | 0 | 0.13 |
| HSL | 225º | 0.75% | 0.51% | - |
| HSV(B) | 225º | 0.84% | 0.87% | - |
| XYZ | 17.03 | 11.72 | 71.18 | - |
| YUV | 84.02 | 206.43 | 93.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 82 | 223 | 0.84 | 0.63 | 0 | 0.13 | 225 | 0.75 | 0.51 |
| Hex | 23 | 52 | DF | 54 | 3F | 0 | D | E1 | 4B | 33 |
| Octal | 43 | 122 | 337 | 124 | 77 | 0 | 15 | 341 | 113 | 63 |
| Binary | 100011 | 1010010 | 11011111 | 1010100 | 111111 | 0 | 1101 | 11100001 | 1001011 | 110011 |
Color Harmonies of #2352DF
Complementary color
Monochromatic Colors of #2352DF
Black with #2352DF
Text Example
Text Example
White with #2352DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2352DF; }
p { color: rgb(35,82,223); }
H1.HeaderClassName
{
color: #2352DF;
}
.AnyTagClassName
{
color: #2352DF;
}
</style>
background-color css
<style>
a { background-color: #2352DF; }
a { background-color: rgb(35,82,223); }
div.DivClassName
{
background-color: #2352DF;
}
.BgClassName
{
background-color: #2352DF;
}
</style>
border-color css
<style>
span { border-color: #2352DF; }
span { border-color: rgb(35,82,223); }
td.TdClassName
{
border-color: #2352DF;
}
.TagClassName
{
border-color: #2352DF;
}
</style>