Shades of Cerulean Blue #2353CB
Tints of Cerulean Blue #2353CB
RGB
CMYK
RGB Variations
Color information
#2353CB (or 0x2353CB) is known color: Cerulean Blue. HEX triplet: 23, 53 and CB. RGB value is (35,83,203). Sum of RGB (Red+Green+Blue) = 35+83+203=321 (42% of max value = 765). Red value is 35 (14.06% from 255 or 10.90% from 321); Green value is 83 (32.81% from 255 or 25.86% from 321); Blue value is 203 (79.69% from 255 or 63.24% from 321); Max value from RGB is 203 - color contains mainly: blue. Hex color #2353CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2353CB is #DCAC34. Grayscale: #515151. Windows color (decimal): -14462005 or 13325091. OLE color: 13325091.
HSL color Cylindrical-coordinate representation of color #2353CB: hue angle of 222.86º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2353CB is Cyan = 0.83, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 35 | 83 | 203 | - |
| CMYK | 0.83 | 0.59 | 0 | 0.20 |
| HSL | 222.86º | 0.71% | 0.47% | - |
| HSV(B) | 222.86º | 0.83% | 0.8% | - |
| XYZ | 14.57 | 10.86 | 57.83 | - |
| YUV | 82.33 | 196.1 | 94.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 83 | 203 | 0.83 | 0.59 | 0 | 0.20 | 222.86 | 0.71 | 0.47 |
| Hex | 23 | 53 | CB | 53 | 3B | 0 | 14 | DF | 47 | 2F |
| Octal | 43 | 123 | 313 | 123 | 73 | 0 | 24 | 337 | 107 | 57 |
| Binary | 100011 | 1010011 | 11001011 | 1010011 | 111011 | 0 | 10100 | 11011111 | 1000111 | 101111 |
Color Harmonies of #2353CB
Complementary color
Monochromatic Colors of #2353CB
Black with #2353CB
Text Example
Text Example
White with #2353CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2353CB; }
p { color: rgb(35,83,203); }
H1.HeaderClassName
{
color: #2353CB;
}
.AnyTagClassName
{
color: #2353CB;
}
</style>
background-color css
<style>
a { background-color: #2353CB; }
a { background-color: rgb(35,83,203); }
div.DivClassName
{
background-color: #2353CB;
}
.BgClassName
{
background-color: #2353CB;
}
</style>
border-color css
<style>
span { border-color: #2353CB; }
span { border-color: rgb(35,83,203); }
td.TdClassName
{
border-color: #2353CB;
}
.TagClassName
{
border-color: #2353CB;
}
</style>