Shades of Cerulean Blue #254BD5
Tints of Cerulean Blue #254BD5
RGB
CMYK
RGB Variations
Color information
#254BD5 (or 0x254BD5) is known color: Cerulean Blue. HEX triplet: 25, 4B and D5. RGB value is (37,75,213). Sum of RGB (Red+Green+Blue) = 37+75+213=325 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.38% from 325); Green value is 75 (29.69% from 255 or 23.08% from 325); Blue value is 213 (83.59% from 255 or 65.54% from 325); Max value from RGB is 213 - color contains mainly: blue. Hex color #254BD5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #254BD5 is #DAB42A. Grayscale: #4E4E4E. Windows color (decimal): -14332971 or 13978405. OLE color: 13978405.
HSL color Cylindrical-coordinate representation of color #254BD5: hue angle of 227.05º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #254BD5 is Cyan = 0.83, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 37 | 75 | 213 | - |
| CMYK | 0.83 | 0.65 | 0 | 0.16 |
| HSL | 227.05º | 0.7% | 0.49% | - |
| HSV(B) | 227.05º | 0.83% | 0.84% | - |
| XYZ | 15.29 | 10.23 | 64.12 | - |
| YUV | 79.37 | 203.41 | 97.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 75 | 213 | 0.83 | 0.65 | 0 | 0.16 | 227.05 | 0.7 | 0.49 |
| Hex | 25 | 4B | D5 | 53 | 41 | 0 | 10 | E3 | 46 | 31 |
| Octal | 45 | 113 | 325 | 123 | 101 | 0 | 20 | 343 | 106 | 61 |
| Binary | 100101 | 1001011 | 11010101 | 1010011 | 1000001 | 0 | 10000 | 11100011 | 1000110 | 110001 |
Color Harmonies of #254BD5
Complementary color
Monochromatic Colors of #254BD5
Black with #254BD5
Text Example
Text Example
White with #254BD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254BD5; }
p { color: rgb(37,75,213); }
H1.HeaderClassName
{
color: #254BD5;
}
.AnyTagClassName
{
color: #254BD5;
}
</style>
background-color css
<style>
a { background-color: #254BD5; }
a { background-color: rgb(37,75,213); }
div.DivClassName
{
background-color: #254BD5;
}
.BgClassName
{
background-color: #254BD5;
}
</style>
border-color css
<style>
span { border-color: #254BD5; }
span { border-color: rgb(37,75,213); }
td.TdClassName
{
border-color: #254BD5;
}
.TagClassName
{
border-color: #254BD5;
}
</style>