Shades of Cerulean Blue #254DDA
Tints of Cerulean Blue #254DDA
RGB
CMYK
RGB Variations
Color information
#254DDA (or 0x254DDA) is known color: Cerulean Blue. HEX triplet: 25, 4D and DA. RGB value is (37,77,218). Sum of RGB (Red+Green+Blue) = 37+77+218=332 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.14% from 332); Green value is 77 (30.47% from 255 or 23.19% from 332); Blue value is 218 (85.55% from 255 or 65.66% from 332); Max value from RGB is 218 - color contains mainly: blue. Hex color #254DDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #254DDA is #DAB225. Grayscale: #505050. Windows color (decimal): -14332454 or 14306597. OLE color: 14306597.
HSL color Cylindrical-coordinate representation of color #254DDA: hue angle of 226.74º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #254DDA is Cyan = 0.83, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 37 | 77 | 218 | - |
| CMYK | 0.83 | 0.65 | 0 | 0.15 |
| HSL | 226.74º | 0.71% | 0.5% | - |
| HSV(B) | 226.74º | 0.83% | 0.85% | - |
| XYZ | 16.07 | 10.76 | 67.56 | - |
| YUV | 81.11 | 205.25 | 96.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 77 | 218 | 0.83 | 0.65 | 0 | 0.15 | 226.74 | 0.71 | 0.5 |
| Hex | 25 | 4D | DA | 53 | 41 | 0 | F | E3 | 47 | 32 |
| Octal | 45 | 115 | 332 | 123 | 101 | 0 | 17 | 343 | 107 | 62 |
| Binary | 100101 | 1001101 | 11011010 | 1010011 | 1000001 | 0 | 1111 | 11100011 | 1000111 | 110010 |
Color Harmonies of #254DDA
Complementary color
Monochromatic Colors of #254DDA
Black with #254DDA
Text Example
Text Example
White with #254DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254DDA; }
p { color: rgb(37,77,218); }
H1.HeaderClassName
{
color: #254DDA;
}
.AnyTagClassName
{
color: #254DDA;
}
</style>
background-color css
<style>
a { background-color: #254DDA; }
a { background-color: rgb(37,77,218); }
div.DivClassName
{
background-color: #254DDA;
}
.BgClassName
{
background-color: #254DDA;
}
</style>
border-color css
<style>
span { border-color: #254DDA; }
span { border-color: rgb(37,77,218); }
td.TdClassName
{
border-color: #254DDA;
}
.TagClassName
{
border-color: #254DDA;
}
</style>