Shades of Cerulean Blue #245ACB
Tints of Cerulean Blue #245ACB
RGB
CMYK
RGB Variations
Color information
#245ACB (or 0x245ACB) is known color: Cerulean Blue. HEX triplet: 24, 5A and CB. RGB value is (36,90,203). Sum of RGB (Red+Green+Blue) = 36+90+203=329 (43% of max value = 765). Red value is 36 (14.45% from 255 or 10.94% from 329); Green value is 90 (35.55% from 255 or 27.36% from 329); Blue value is 203 (79.69% from 255 or 61.70% from 329); Max value from RGB is 203 - color contains mainly: blue. Hex color #245ACB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #245ACB is #DBA534. Grayscale: #565656. Windows color (decimal): -14394677 or 13326884. OLE color: 13326884.
HSL color Cylindrical-coordinate representation of color #245ACB: hue angle of 220.6º 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 #245ACB is Cyan = 0.82, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 36 | 90 | 203 | - |
| CMYK | 0.82 | 0.56 | 0 | 0.20 |
| HSL | 220.6º | 0.7% | 0.47% | - |
| HSV(B) | 220.6º | 0.82% | 0.8% | - |
| XYZ | 15.16 | 12 | 58.02 | - |
| YUV | 86.74 | 193.61 | 91.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 90 | 203 | 0.82 | 0.56 | 0 | 0.20 | 220.6 | 0.7 | 0.47 |
| Hex | 24 | 5A | CB | 52 | 38 | 0 | 14 | DD | 46 | 2F |
| Octal | 44 | 132 | 313 | 122 | 70 | 0 | 24 | 335 | 106 | 57 |
| Binary | 100100 | 1011010 | 11001011 | 1010010 | 111000 | 0 | 10100 | 11011101 | 1000110 | 101111 |
Color Harmonies of #245ACB
Complementary color
Monochromatic Colors of #245ACB
Black with #245ACB
Text Example
Text Example
White with #245ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245ACB; }
p { color: rgb(36,90,203); }
H1.HeaderClassName
{
color: #245ACB;
}
.AnyTagClassName
{
color: #245ACB;
}
</style>
background-color css
<style>
a { background-color: #245ACB; }
a { background-color: rgb(36,90,203); }
div.DivClassName
{
background-color: #245ACB;
}
.BgClassName
{
background-color: #245ACB;
}
</style>
border-color css
<style>
span { border-color: #245ACB; }
span { border-color: rgb(36,90,203); }
td.TdClassName
{
border-color: #245ACB;
}
.TagClassName
{
border-color: #245ACB;
}
</style>