Shades of Cerulean Blue #2353CF
Tints of Cerulean Blue #2353CF
RGB
CMYK
RGB Variations
Color information
#2353CF (or 0x2353CF) is known color: Cerulean Blue. HEX triplet: 23, 53 and CF. RGB value is (35,83,207). Sum of RGB (Red+Green+Blue) = 35+83+207=325 (43% of max value = 765). Red value is 35 (14.06% from 255 or 10.77% from 325); Green value is 83 (32.81% from 255 or 25.54% from 325); Blue value is 207 (81.25% from 255 or 63.69% from 325); Max value from RGB is 207 - color contains mainly: blue. Hex color #2353CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2353CF is #DCAC30. Grayscale: #525252. Windows color (decimal): -14462001 or 13587235. OLE color: 13587235.
HSL color Cylindrical-coordinate representation of color #2353CF: hue angle of 223.26º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2353CF is Cyan = 0.83, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 35 | 83 | 207 | - |
| CMYK | 0.83 | 0.60 | 0 | 0.19 |
| HSL | 223.26º | 0.71% | 0.47% | - |
| HSV(B) | 223.26º | 0.83% | 0.81% | - |
| XYZ | 15.05 | 11.05 | 60.37 | - |
| YUV | 82.78 | 198.1 | 93.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 83 | 207 | 0.83 | 0.60 | 0 | 0.19 | 223.26 | 0.71 | 0.47 |
| Hex | 23 | 53 | CF | 53 | 3C | 0 | 13 | DF | 47 | 2F |
| Octal | 43 | 123 | 317 | 123 | 74 | 0 | 23 | 337 | 107 | 57 |
| Binary | 100011 | 1010011 | 11001111 | 1010011 | 111100 | 0 | 10011 | 11011111 | 1000111 | 101111 |
Color Harmonies of #2353CF
Complementary color
Monochromatic Colors of #2353CF
Black with #2353CF
Text Example
Text Example
White with #2353CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2353CF; }
p { color: rgb(35,83,207); }
H1.HeaderClassName
{
color: #2353CF;
}
.AnyTagClassName
{
color: #2353CF;
}
</style>
background-color css
<style>
a { background-color: #2353CF; }
a { background-color: rgb(35,83,207); }
div.DivClassName
{
background-color: #2353CF;
}
.BgClassName
{
background-color: #2353CF;
}
</style>
border-color css
<style>
span { border-color: #2353CF; }
span { border-color: rgb(35,83,207); }
td.TdClassName
{
border-color: #2353CF;
}
.TagClassName
{
border-color: #2353CF;
}
</style>