Shades of Cerulean Blue #245ACE
Tints of Cerulean Blue #245ACE
RGB
CMYK
RGB Variations
Color information
#245ACE (or 0x245ACE) is known color: Cerulean Blue. HEX triplet: 24, 5A and CE. RGB value is (36,90,206). Sum of RGB (Red+Green+Blue) = 36+90+206=332 (43% of max value = 765). Red value is 36 (14.45% from 255 or 10.84% from 332); Green value is 90 (35.55% from 255 or 27.11% from 332); Blue value is 206 (80.86% from 255 or 62.05% from 332); Max value from RGB is 206 - color contains mainly: blue. Hex color #245ACE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #245ACE is #DBA531. Grayscale: #565656. Windows color (decimal): -14394674 or 13523492. OLE color: 13523492.
HSL color Cylindrical-coordinate representation of color #245ACE: hue angle of 220.94º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #245ACE is Cyan = 0.83, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 36 | 90 | 206 | - |
| CMYK | 0.83 | 0.56 | 0 | 0.19 |
| HSL | 220.94º | 0.7% | 0.47% | - |
| HSV(B) | 220.94º | 0.83% | 0.81% | - |
| XYZ | 15.52 | 12.14 | 59.92 | - |
| YUV | 87.08 | 195.11 | 91.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 90 | 206 | 0.83 | 0.56 | 0 | 0.19 | 220.94 | 0.7 | 0.47 |
| Hex | 24 | 5A | CE | 53 | 38 | 0 | 13 | DD | 46 | 2F |
| Octal | 44 | 132 | 316 | 123 | 70 | 0 | 23 | 335 | 106 | 57 |
| Binary | 100100 | 1011010 | 11001110 | 1010011 | 111000 | 0 | 10011 | 11011101 | 1000110 | 101111 |
Color Harmonies of #245ACE
Complementary color
Monochromatic Colors of #245ACE
Black with #245ACE
Text Example
Text Example
White with #245ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245ACE; }
p { color: rgb(36,90,206); }
H1.HeaderClassName
{
color: #245ACE;
}
.AnyTagClassName
{
color: #245ACE;
}
</style>
background-color css
<style>
a { background-color: #245ACE; }
a { background-color: rgb(36,90,206); }
div.DivClassName
{
background-color: #245ACE;
}
.BgClassName
{
background-color: #245ACE;
}
</style>
border-color css
<style>
span { border-color: #245ACE; }
span { border-color: rgb(36,90,206); }
td.TdClassName
{
border-color: #245ACE;
}
.TagClassName
{
border-color: #245ACE;
}
</style>