Shades of Cerulean Blue #2453CC
Tints of Cerulean Blue #2453CC
RGB
CMYK
RGB Variations
Color information
#2453CC (or 0x2453CC) is known color: Cerulean Blue. HEX triplet: 24, 53 and CC. RGB value is (36,83,204). Sum of RGB (Red+Green+Blue) = 36+83+204=323 (42% of max value = 765). Red value is 36 (14.45% from 255 or 11.15% from 323); Green value is 83 (32.81% from 255 or 25.70% from 323); Blue value is 204 (80.08% from 255 or 63.16% from 323); Max value from RGB is 204 - color contains mainly: blue. Hex color #2453CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2453CC is #DBAC33. Grayscale: #525252. Windows color (decimal): -14396468 or 13390628. OLE color: 13390628.
HSL color Cylindrical-coordinate representation of color #2453CC: hue angle of 223.21º 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 #2453CC is Cyan = 0.82, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 36 | 83 | 204 | - |
| CMYK | 0.82 | 0.59 | 0 | 0.2 |
| HSL | 223.21º | 0.7% | 0.47% | - |
| HSV(B) | 223.21º | 0.82% | 0.8% | - |
| XYZ | 14.72 | 10.92 | 58.46 | - |
| YUV | 82.74 | 196.43 | 94.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 83 | 204 | 0.82 | 0.59 | 0 | 0.2 | 223.21 | 0.7 | 0.47 |
| Hex | 24 | 53 | CC | 52 | 3B | 0 | 14 | DF | 46 | 2F |
| Octal | 44 | 123 | 314 | 122 | 73 | 0 | 24 | 337 | 106 | 57 |
| Binary | 100100 | 1010011 | 11001100 | 1010010 | 111011 | 0 | 10100 | 11011111 | 1000110 | 101111 |
Color Harmonies of #2453CC
Complementary color
Monochromatic Colors of #2453CC
Black with #2453CC
Text Example
Text Example
White with #2453CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2453CC; }
p { color: rgb(36,83,204); }
H1.HeaderClassName
{
color: #2453CC;
}
.AnyTagClassName
{
color: #2453CC;
}
</style>
background-color css
<style>
a { background-color: #2453CC; }
a { background-color: rgb(36,83,204); }
div.DivClassName
{
background-color: #2453CC;
}
.BgClassName
{
background-color: #2453CC;
}
</style>
border-color css
<style>
span { border-color: #2453CC; }
span { border-color: rgb(36,83,204); }
td.TdClassName
{
border-color: #2453CC;
}
.TagClassName
{
border-color: #2453CC;
}
</style>