Shades of Cerulean Blue #2453BC
Tints of Cerulean Blue #2453BC
RGB
CMYK
RGB Variations
Color information
#2453BC (or 0x2453BC) is known color: Cerulean Blue. HEX triplet: 24, 53 and BC. RGB value is (36,83,188). Sum of RGB (Red+Green+Blue) = 36+83+188=307 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.73% from 307); Green value is 83 (32.81% from 255 or 27.04% from 307); Blue value is 188 (73.83% from 255 or 61.24% from 307); Max value from RGB is 188 - color contains mainly: blue. Hex color #2453BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2453BC is #DBAC43. Grayscale: #505050. Windows color (decimal): -14396484 or 12342052. OLE color: 12342052.
HSL color Cylindrical-coordinate representation of color #2453BC: hue angle of 221.45º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2453BC is Cyan = 0.81, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 36 | 83 | 188 | - |
| CMYK | 0.81 | 0.56 | 0 | 0.26 |
| HSL | 221.45º | 0.68% | 0.44% | - |
| HSV(B) | 221.45º | 0.81% | 0.74% | - |
| XYZ | 12.9 | 10.19 | 48.86 | - |
| YUV | 80.92 | 188.43 | 95.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 83 | 188 | 0.81 | 0.56 | 0 | 0.26 | 221.45 | 0.68 | 0.44 |
| Hex | 24 | 53 | BC | 51 | 38 | 0 | 1A | DD | 44 | 2C |
| Octal | 44 | 123 | 274 | 121 | 70 | 0 | 32 | 335 | 104 | 54 |
| Binary | 100100 | 1010011 | 10111100 | 1010001 | 111000 | 0 | 11010 | 11011101 | 1000100 | 101100 |
Color Harmonies of #2453BC
Complementary color
Monochromatic Colors of #2453BC
Black with #2453BC
Text Example
Text Example
White with #2453BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2453BC; }
p { color: rgb(36,83,188); }
H1.HeaderClassName
{
color: #2453BC;
}
.AnyTagClassName
{
color: #2453BC;
}
</style>
background-color css
<style>
a { background-color: #2453BC; }
a { background-color: rgb(36,83,188); }
div.DivClassName
{
background-color: #2453BC;
}
.BgClassName
{
background-color: #2453BC;
}
</style>
border-color css
<style>
span { border-color: #2453BC; }
span { border-color: rgb(36,83,188); }
td.TdClassName
{
border-color: #2453BC;
}
.TagClassName
{
border-color: #2453BC;
}
</style>