Shades of Cerulean Blue #2453C1
Tints of Cerulean Blue #2453C1
RGB
CMYK
RGB Variations
Color information
#2453C1 (or 0x2453C1) is known color: Cerulean Blue. HEX triplet: 24, 53 and C1. RGB value is (36,83,193). Sum of RGB (Red+Green+Blue) = 36+83+193=312 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.54% from 312); Green value is 83 (32.81% from 255 or 26.60% from 312); Blue value is 193 (75.78% from 255 or 61.86% from 312); Max value from RGB is 193 - color contains mainly: blue. Hex color #2453C1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2453C1 is #DBAC3E. Grayscale: #515151. Windows color (decimal): -14396479 or 12669732. OLE color: 12669732.
HSL color Cylindrical-coordinate representation of color #2453C1: hue angle of 222.04º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2453C1 is Cyan = 0.81, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 36 | 83 | 193 | - |
| CMYK | 0.81 | 0.57 | 0 | 0.24 |
| HSL | 222.04º | 0.69% | 0.45% | - |
| HSV(B) | 222.04º | 0.81% | 0.76% | - |
| XYZ | 13.45 | 10.41 | 51.75 | - |
| YUV | 81.49 | 190.93 | 95.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 83 | 193 | 0.81 | 0.57 | 0 | 0.24 | 222.04 | 0.69 | 0.45 |
| Hex | 24 | 53 | C1 | 51 | 39 | 0 | 18 | DE | 45 | 2D |
| Octal | 44 | 123 | 301 | 121 | 71 | 0 | 30 | 336 | 105 | 55 |
| Binary | 100100 | 1010011 | 11000001 | 1010001 | 111001 | 0 | 11000 | 11011110 | 1000101 | 101101 |
Color Harmonies of #2453C1
Complementary color
Monochromatic Colors of #2453C1
Black with #2453C1
Text Example
Text Example
White with #2453C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2453C1; }
p { color: rgb(36,83,193); }
H1.HeaderClassName
{
color: #2453C1;
}
.AnyTagClassName
{
color: #2453C1;
}
</style>
background-color css
<style>
a { background-color: #2453C1; }
a { background-color: rgb(36,83,193); }
div.DivClassName
{
background-color: #2453C1;
}
.BgClassName
{
background-color: #2453C1;
}
</style>
border-color css
<style>
span { border-color: #2453C1; }
span { border-color: rgb(36,83,193); }
td.TdClassName
{
border-color: #2453C1;
}
.TagClassName
{
border-color: #2453C1;
}
</style>