Shades of Cerulean Blue #2453B1
Tints of Cerulean Blue #2453B1
RGB
CMYK
RGB Variations
Color information
#2453B1 (or 0x2453B1) is known color: Cerulean Blue. HEX triplet: 24, 53 and B1. RGB value is (36,83,177). Sum of RGB (Red+Green+Blue) = 36+83+177=296 (39% of max value = 765). Red value is 36 (14.45% from 255 or 12.16% from 296); Green value is 83 (32.81% from 255 or 28.04% from 296); Blue value is 177 (69.53% from 255 or 59.80% from 296); Max value from RGB is 177 - color contains mainly: blue. Hex color #2453B1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2453B1 is #DBAC4E. Grayscale: #4F4F4F. Windows color (decimal): -14396495 or 11621156. OLE color: 11621156.
HSL color Cylindrical-coordinate representation of color #2453B1: hue angle of 220º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2453B1 is Cyan = 0.80, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 36 | 83 | 177 | - |
| CMYK | 0.80 | 0.53 | 0 | 0.31 |
| HSL | 220º | 0.66% | 0.42% | - |
| HSV(B) | 220º | 0.8% | 0.69% | - |
| XYZ | 11.76 | 9.74 | 42.85 | - |
| YUV | 79.66 | 182.93 | 96.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 83 | 177 | 0.80 | 0.53 | 0 | 0.31 | 220 | 0.66 | 0.42 |
| Hex | 24 | 53 | B1 | 50 | 35 | 0 | 1F | DC | 42 | 2A |
| Octal | 44 | 123 | 261 | 120 | 65 | 0 | 37 | 334 | 102 | 52 |
| Binary | 100100 | 1010011 | 10110001 | 1010000 | 110101 | 0 | 11111 | 11011100 | 1000010 | 101010 |
Color Harmonies of #2453B1
Complementary color
Monochromatic Colors of #2453B1
Black with #2453B1
Text Example
Text Example
White with #2453B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2453B1; }
p { color: rgb(36,83,177); }
H1.HeaderClassName
{
color: #2453B1;
}
.AnyTagClassName
{
color: #2453B1;
}
</style>
background-color css
<style>
a { background-color: #2453B1; }
a { background-color: rgb(36,83,177); }
div.DivClassName
{
background-color: #2453B1;
}
.BgClassName
{
background-color: #2453B1;
}
</style>
border-color css
<style>
span { border-color: #2453B1; }
span { border-color: rgb(36,83,177); }
td.TdClassName
{
border-color: #2453B1;
}
.TagClassName
{
border-color: #2453B1;
}
</style>