Shades of Cerulean Blue #2453CB
Tints of Cerulean Blue #2453CB
RGB
CMYK
RGB Variations
Color information
#2453CB (or 0x2453CB) is known color: Cerulean Blue. HEX triplet: 24, 53 and CB. RGB value is (36,83,203). Sum of RGB (Red+Green+Blue) = 36+83+203=322 (42% of max value = 765). Red value is 36 (14.45% from 255 or 11.18% from 322); Green value is 83 (32.81% from 255 or 25.78% from 322); Blue value is 203 (79.69% from 255 or 63.04% from 322); Max value from RGB is 203 - color contains mainly: blue. Hex color #2453CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2453CB is #DBAC34. Grayscale: #525252. Windows color (decimal): -14396469 or 13325092. OLE color: 13325092.
HSL color Cylindrical-coordinate representation of color #2453CB: hue angle of 223.11º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2453CB is Cyan = 0.82, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 36 | 83 | 203 | - |
| CMYK | 0.82 | 0.59 | 0 | 0.20 |
| HSL | 223.11º | 0.7% | 0.47% | - |
| HSV(B) | 223.11º | 0.82% | 0.8% | - |
| XYZ | 14.6 | 10.87 | 57.83 | - |
| YUV | 82.63 | 195.93 | 94.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 83 | 203 | 0.82 | 0.59 | 0 | 0.20 | 223.11 | 0.7 | 0.47 |
| Hex | 24 | 53 | CB | 52 | 3B | 0 | 14 | DF | 46 | 2F |
| Octal | 44 | 123 | 313 | 122 | 73 | 0 | 24 | 337 | 106 | 57 |
| Binary | 100100 | 1010011 | 11001011 | 1010010 | 111011 | 0 | 10100 | 11011111 | 1000110 | 101111 |
Color Harmonies of #2453CB
Complementary color
Monochromatic Colors of #2453CB
Black with #2453CB
Text Example
Text Example
White with #2453CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2453CB; }
p { color: rgb(36,83,203); }
H1.HeaderClassName
{
color: #2453CB;
}
.AnyTagClassName
{
color: #2453CB;
}
</style>
background-color css
<style>
a { background-color: #2453CB; }
a { background-color: rgb(36,83,203); }
div.DivClassName
{
background-color: #2453CB;
}
.BgClassName
{
background-color: #2453CB;
}
</style>
border-color css
<style>
span { border-color: #2453CB; }
span { border-color: rgb(36,83,203); }
td.TdClassName
{
border-color: #2453CB;
}
.TagClassName
{
border-color: #2453CB;
}
</style>