Shades of Cerulean Blue #254FDD
Tints of Cerulean Blue #254FDD
RGB
CMYK
RGB Variations
Color information
#254FDD (or 0x254FDD) is known color: Cerulean Blue. HEX triplet: 25, 4F and DD. RGB value is (37,79,221). Sum of RGB (Red+Green+Blue) = 37+79+221=337 (44% of max value = 765). Red value is 37 (14.84% from 255 or 10.98% from 337); Green value is 79 (31.25% from 255 or 23.44% from 337); Blue value is 221 (86.72% from 255 or 65.58% from 337); Max value from RGB is 221 - color contains mainly: blue. Hex color #254FDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #254FDD is #DAB022. Grayscale: #525252. Windows color (decimal): -14331939 or 14503717. OLE color: 14503717.
HSL color Cylindrical-coordinate representation of color #254FDD: hue angle of 226.3º degrees, saturation: 0.73, 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 #254FDD is Cyan = 0.83, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 37 | 79 | 221 | - |
| CMYK | 0.83 | 0.64 | 0 | 0.13 |
| HSL | 226.3º | 0.73% | 0.51% | - |
| HSV(B) | 226.3º | 0.83% | 0.87% | - |
| XYZ | 16.61 | 11.21 | 69.69 | - |
| YUV | 82.63 | 206.09 | 95.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 79 | 221 | 0.83 | 0.64 | 0 | 0.13 | 226.3 | 0.73 | 0.51 |
| Hex | 25 | 4F | DD | 53 | 40 | 0 | D | E2 | 49 | 33 |
| Octal | 45 | 117 | 335 | 123 | 100 | 0 | 15 | 342 | 111 | 63 |
| Binary | 100101 | 1001111 | 11011101 | 1010011 | 1000000 | 0 | 1101 | 11100010 | 1001001 | 110011 |
Color Harmonies of #254FDD
Complementary color
Monochromatic Colors of #254FDD
Black with #254FDD
Text Example
Text Example
White with #254FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254FDD; }
p { color: rgb(37,79,221); }
H1.HeaderClassName
{
color: #254FDD;
}
.AnyTagClassName
{
color: #254FDD;
}
</style>
background-color css
<style>
a { background-color: #254FDD; }
a { background-color: rgb(37,79,221); }
div.DivClassName
{
background-color: #254FDD;
}
.BgClassName
{
background-color: #254FDD;
}
</style>
border-color css
<style>
span { border-color: #254FDD; }
span { border-color: rgb(37,79,221); }
td.TdClassName
{
border-color: #254FDD;
}
.TagClassName
{
border-color: #254FDD;
}
</style>