Shades of Cerulean Blue #254FDC
Tints of Cerulean Blue #254FDC
RGB
CMYK
RGB Variations
Color information
#254FDC (or 0x254FDC) is known color: Cerulean Blue. HEX triplet: 25, 4F and DC. RGB value is (37,79,220). Sum of RGB (Red+Green+Blue) = 37+79+220=336 (44% of max value = 765). Red value is 37 (14.84% from 255 or 11.01% from 336); Green value is 79 (31.25% from 255 or 23.51% from 336); Blue value is 220 (86.33% from 255 or 65.48% from 336); Max value from RGB is 220 - color contains mainly: blue. Hex color #254FDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #254FDC is #DAB023. Grayscale: #515151. Windows color (decimal): -14331940 or 14438181. OLE color: 14438181.
HSL color Cylindrical-coordinate representation of color #254FDC: hue angle of 226.23º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #254FDC is Cyan = 0.83, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 37 | 79 | 220 | - |
| CMYK | 0.83 | 0.64 | 0 | 0.14 |
| HSL | 226.23º | 0.72% | 0.5% | - |
| HSV(B) | 226.23º | 0.83% | 0.86% | - |
| XYZ | 16.48 | 11.15 | 68.99 | - |
| YUV | 82.52 | 205.59 | 95.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 79 | 220 | 0.83 | 0.64 | 0 | 0.14 | 226.23 | 0.72 | 0.5 |
| Hex | 25 | 4F | DC | 53 | 40 | 0 | E | E2 | 48 | 32 |
| Octal | 45 | 117 | 334 | 123 | 100 | 0 | 16 | 342 | 110 | 62 |
| Binary | 100101 | 1001111 | 11011100 | 1010011 | 1000000 | 0 | 1110 | 11100010 | 1001000 | 110010 |
Color Harmonies of #254FDC
Complementary color
Monochromatic Colors of #254FDC
Black with #254FDC
Text Example
Text Example
White with #254FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254FDC; }
p { color: rgb(37,79,220); }
H1.HeaderClassName
{
color: #254FDC;
}
.AnyTagClassName
{
color: #254FDC;
}
</style>
background-color css
<style>
a { background-color: #254FDC; }
a { background-color: rgb(37,79,220); }
div.DivClassName
{
background-color: #254FDC;
}
.BgClassName
{
background-color: #254FDC;
}
</style>
border-color css
<style>
span { border-color: #254FDC; }
span { border-color: rgb(37,79,220); }
td.TdClassName
{
border-color: #254FDC;
}
.TagClassName
{
border-color: #254FDC;
}
</style>