Shades of Cerulean Blue #254FDF
Tints of Cerulean Blue #254FDF
RGB
CMYK
RGB Variations
Color information
#254FDF (or 0x254FDF) is known color: Cerulean Blue. HEX triplet: 25, 4F and DF. RGB value is (37,79,223). Sum of RGB (Red+Green+Blue) = 37+79+223=339 (44% of max value = 765). Red value is 37 (14.84% from 255 or 10.91% from 339); Green value is 79 (31.25% from 255 or 23.30% from 339); Blue value is 223 (87.5% from 255 or 65.78% from 339); Max value from RGB is 223 - color contains mainly: blue. Hex color #254FDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #254FDF is #DAB020. Grayscale: #525252. Windows color (decimal): -14331937 or 14634789. OLE color: 14634789.
HSL color Cylindrical-coordinate representation of color #254FDF: hue angle of 226.45º 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 #254FDF is Cyan = 0.83, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 37 | 79 | 223 | - |
| CMYK | 0.83 | 0.65 | 0 | 0.13 |
| HSL | 226.45º | 0.74% | 0.51% | - |
| HSV(B) | 226.45º | 0.83% | 0.87% | - |
| XYZ | 16.88 | 11.31 | 71.11 | - |
| YUV | 82.86 | 207.09 | 95.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 79 | 223 | 0.83 | 0.65 | 0 | 0.13 | 226.45 | 0.74 | 0.51 |
| Hex | 25 | 4F | DF | 53 | 41 | 0 | D | E2 | 4A | 33 |
| Octal | 45 | 117 | 337 | 123 | 101 | 0 | 15 | 342 | 112 | 63 |
| Binary | 100101 | 1001111 | 11011111 | 1010011 | 1000001 | 0 | 1101 | 11100010 | 1001010 | 110011 |
Color Harmonies of #254FDF
Complementary color
Monochromatic Colors of #254FDF
Black with #254FDF
Text Example
Text Example
White with #254FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254FDF; }
p { color: rgb(37,79,223); }
H1.HeaderClassName
{
color: #254FDF;
}
.AnyTagClassName
{
color: #254FDF;
}
</style>
background-color css
<style>
a { background-color: #254FDF; }
a { background-color: rgb(37,79,223); }
div.DivClassName
{
background-color: #254FDF;
}
.BgClassName
{
background-color: #254FDF;
}
</style>
border-color css
<style>
span { border-color: #254FDF; }
span { border-color: rgb(37,79,223); }
td.TdClassName
{
border-color: #254FDF;
}
.TagClassName
{
border-color: #254FDF;
}
</style>