Shades of Cerulean Blue #254BDA
Tints of Cerulean Blue #254BDA
RGB
CMYK
RGB Variations
Color information
#254BDA (or 0x254BDA) is known color: Cerulean Blue. HEX triplet: 25, 4B and DA. RGB value is (37,75,218). Sum of RGB (Red+Green+Blue) = 37+75+218=330 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.21% from 330); Green value is 75 (29.69% from 255 or 22.73% from 330); Blue value is 218 (85.55% from 255 or 66.06% from 330); Max value from RGB is 218 - color contains mainly: blue. Hex color #254BDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #254BDA is #DAB425. Grayscale: #4F4F4F. Windows color (decimal): -14332966 or 14306085. OLE color: 14306085.
HSL color Cylindrical-coordinate representation of color #254BDA: hue angle of 227.4º 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 #254BDA is Cyan = 0.83, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 37 | 75 | 218 | - |
| CMYK | 0.83 | 0.66 | 0 | 0.15 |
| HSL | 227.4º | 0.71% | 0.5% | - |
| HSV(B) | 227.4º | 0.83% | 0.85% | - |
| XYZ | 15.93 | 10.49 | 67.51 | - |
| YUV | 79.94 | 205.91 | 97.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 75 | 218 | 0.83 | 0.66 | 0 | 0.15 | 227.4 | 0.71 | 0.5 |
| Hex | 25 | 4B | DA | 53 | 42 | 0 | F | E3 | 47 | 32 |
| Octal | 45 | 113 | 332 | 123 | 102 | 0 | 17 | 343 | 107 | 62 |
| Binary | 100101 | 1001011 | 11011010 | 1010011 | 1000010 | 0 | 1111 | 11100011 | 1000111 | 110010 |
Color Harmonies of #254BDA
Complementary color
Monochromatic Colors of #254BDA
Black with #254BDA
Text Example
Text Example
White with #254BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254BDA; }
p { color: rgb(37,75,218); }
H1.HeaderClassName
{
color: #254BDA;
}
.AnyTagClassName
{
color: #254BDA;
}
</style>
background-color css
<style>
a { background-color: #254BDA; }
a { background-color: rgb(37,75,218); }
div.DivClassName
{
background-color: #254BDA;
}
.BgClassName
{
background-color: #254BDA;
}
</style>
border-color css
<style>
span { border-color: #254BDA; }
span { border-color: rgb(37,75,218); }
td.TdClassName
{
border-color: #254BDA;
}
.TagClassName
{
border-color: #254BDA;
}
</style>