Shades of Cerulean Blue #2450AD
Tints of Cerulean Blue #2450AD
RGB
CMYK
RGB Variations
Color information
#2450AD (or 0x2450AD) is known color: Cerulean Blue. HEX triplet: 24, 50 and AD. RGB value is (36,80,173). Sum of RGB (Red+Green+Blue) = 36+80+173=289 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.46% from 289); Green value is 80 (31.64% from 255 or 27.68% from 289); Blue value is 173 (67.97% from 255 or 59.86% from 289); Max value from RGB is 173 - color contains mainly: blue. Hex color #2450AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2450AD is #DBAF52. Grayscale: #4D4D4D. Windows color (decimal): -14397267 or 11358244. OLE color: 11358244.
HSL color Cylindrical-coordinate representation of color #2450AD: hue angle of 220.73º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2450AD is Cyan = 0.79, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 36 | 80 | 173 | - |
| CMYK | 0.79 | 0.54 | 0 | 0.32 |
| HSL | 220.73º | 0.66% | 0.41% | - |
| HSV(B) | 220.73º | 0.79% | 0.68% | - |
| XYZ | 11.14 | 9.13 | 40.71 | - |
| YUV | 77.45 | 181.92 | 98.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 80 | 173 | 0.79 | 0.54 | 0 | 0.32 | 220.73 | 0.66 | 0.41 |
| Hex | 24 | 50 | AD | 4F | 36 | 0 | 20 | DD | 42 | 29 |
| Octal | 44 | 120 | 255 | 117 | 66 | 0 | 40 | 335 | 102 | 51 |
| Binary | 100100 | 1010000 | 10101101 | 1001111 | 110110 | 0 | 100000 | 11011101 | 1000010 | 101001 |
Color Harmonies of #2450AD
Complementary color
Monochromatic Colors of #2450AD
Black with #2450AD
Text Example
Text Example
White with #2450AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2450AD; }
p { color: rgb(36,80,173); }
H1.HeaderClassName
{
color: #2450AD;
}
.AnyTagClassName
{
color: #2450AD;
}
</style>
background-color css
<style>
a { background-color: #2450AD; }
a { background-color: rgb(36,80,173); }
div.DivClassName
{
background-color: #2450AD;
}
.BgClassName
{
background-color: #2450AD;
}
</style>
border-color css
<style>
span { border-color: #2450AD; }
span { border-color: rgb(36,80,173); }
td.TdClassName
{
border-color: #2450AD;
}
.TagClassName
{
border-color: #2450AD;
}
</style>