Shades of Cerulean Blue #2451BD
Tints of Cerulean Blue #2451BD
RGB
CMYK
RGB Variations
Color information
#2451BD (or 0x2451BD) is known color: Cerulean Blue. HEX triplet: 24, 51 and BD. RGB value is (36,81,189). Sum of RGB (Red+Green+Blue) = 36+81+189=306 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.76% from 306); Green value is 81 (32.03% from 255 or 26.47% from 306); Blue value is 189 (74.22% from 255 or 61.76% from 306); Max value from RGB is 189 - color contains mainly: blue. Hex color #2451BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2451BD is #DBAE42. Grayscale: #4F4F4F. Windows color (decimal): -14396995 or 12407076. OLE color: 12407076.
HSL color Cylindrical-coordinate representation of color #2451BD: hue angle of 222.35º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2451BD is Cyan = 0.81, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 36 | 81 | 189 | - |
| CMYK | 0.81 | 0.57 | 0 | 0.26 |
| HSL | 222.35º | 0.68% | 0.44% | - |
| HSV(B) | 222.35º | 0.81% | 0.74% | - |
| XYZ | 12.86 | 9.93 | 49.38 | - |
| YUV | 79.86 | 189.59 | 96.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 81 | 189 | 0.81 | 0.57 | 0 | 0.26 | 222.35 | 0.68 | 0.44 |
| Hex | 24 | 51 | BD | 51 | 39 | 0 | 1A | DE | 44 | 2C |
| Octal | 44 | 121 | 275 | 121 | 71 | 0 | 32 | 336 | 104 | 54 |
| Binary | 100100 | 1010001 | 10111101 | 1010001 | 111001 | 0 | 11010 | 11011110 | 1000100 | 101100 |
Color Harmonies of #2451BD
Complementary color
Monochromatic Colors of #2451BD
Black with #2451BD
Text Example
Text Example
White with #2451BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2451BD; }
p { color: rgb(36,81,189); }
H1.HeaderClassName
{
color: #2451BD;
}
.AnyTagClassName
{
color: #2451BD;
}
</style>
background-color css
<style>
a { background-color: #2451BD; }
a { background-color: rgb(36,81,189); }
div.DivClassName
{
background-color: #2451BD;
}
.BgClassName
{
background-color: #2451BD;
}
</style>
border-color css
<style>
span { border-color: #2451BD; }
span { border-color: rgb(36,81,189); }
td.TdClassName
{
border-color: #2451BD;
}
.TagClassName
{
border-color: #2451BD;
}
</style>