Shades of Cerulean Blue #254BDF
Tints of Cerulean Blue #254BDF
RGB
CMYK
RGB Variations
Color information
#254BDF (or 0x254BDF) is known color: Cerulean Blue. HEX triplet: 25, 4B and DF. RGB value is (37,75,223). Sum of RGB (Red+Green+Blue) = 37+75+223=335 (44% of max value = 765). Red value is 37 (14.84% from 255 or 11.04% from 335); Green value is 75 (29.69% from 255 or 22.39% from 335); Blue value is 223 (87.5% from 255 or 66.57% from 335); Max value from RGB is 223 - color contains mainly: blue. Hex color #254BDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #254BDF is #DAB420. Grayscale: #4F4F4F. Windows color (decimal): -14332961 or 14633765. OLE color: 14633765.
HSL color Cylindrical-coordinate representation of color #254BDF: hue angle of 227.74º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #254BDF is Cyan = 0.83, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 37 | 75 | 223 | - |
| CMYK | 0.83 | 0.66 | 0 | 0.13 |
| HSL | 227.74º | 0.74% | 0.51% | - |
| HSV(B) | 227.74º | 0.83% | 0.87% | - |
| XYZ | 16.6 | 10.75 | 71.01 | - |
| YUV | 80.51 | 208.41 | 96.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 75 | 223 | 0.83 | 0.66 | 0 | 0.13 | 227.74 | 0.74 | 0.51 |
| Hex | 25 | 4B | DF | 53 | 42 | 0 | D | E4 | 4A | 33 |
| Octal | 45 | 113 | 337 | 123 | 102 | 0 | 15 | 344 | 112 | 63 |
| Binary | 100101 | 1001011 | 11011111 | 1010011 | 1000010 | 0 | 1101 | 11100100 | 1001010 | 110011 |
Color Harmonies of #254BDF
Complementary color
Monochromatic Colors of #254BDF
Black with #254BDF
Text Example
Text Example
White with #254BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254BDF; }
p { color: rgb(37,75,223); }
H1.HeaderClassName
{
color: #254BDF;
}
.AnyTagClassName
{
color: #254BDF;
}
</style>
background-color css
<style>
a { background-color: #254BDF; }
a { background-color: rgb(37,75,223); }
div.DivClassName
{
background-color: #254BDF;
}
.BgClassName
{
background-color: #254BDF;
}
</style>
border-color css
<style>
span { border-color: #254BDF; }
span { border-color: rgb(37,75,223); }
td.TdClassName
{
border-color: #254BDF;
}
.TagClassName
{
border-color: #254BDF;
}
</style>