Shades of Cerulean Blue #254DB4
Tints of Cerulean Blue #254DB4
RGB
CMYK
RGB Variations
Color information
#254DB4 (or 0x254DB4) is known color: Cerulean Blue. HEX triplet: 25, 4D and B4. RGB value is (37,77,180). Sum of RGB (Red+Green+Blue) = 37+77+180=294 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.59% from 294); Green value is 77 (30.47% from 255 or 26.19% from 294); Blue value is 180 (70.70% from 255 or 61.22% from 294); Max value from RGB is 180 - color contains mainly: blue. Hex color #254DB4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #254DB4 is #DAB24B. Grayscale: #4C4C4C. Windows color (decimal): -14332492 or 11816229. OLE color: 11816229.
HSL color Cylindrical-coordinate representation of color #254DB4: hue angle of 223.22º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #254DB4 is Cyan = 0.79, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 37 | 77 | 180 | - |
| CMYK | 0.79 | 0.57 | 0 | 0.29 |
| HSL | 223.22º | 0.66% | 0.43% | - |
| HSV(B) | 223.22º | 0.79% | 0.71% | - |
| XYZ | 11.66 | 9 | 44.3 | - |
| YUV | 76.78 | 186.25 | 99.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 77 | 180 | 0.79 | 0.57 | 0 | 0.29 | 223.22 | 0.66 | 0.43 |
| Hex | 25 | 4D | B4 | 4F | 39 | 0 | 1D | DF | 42 | 2B |
| Octal | 45 | 115 | 264 | 117 | 71 | 0 | 35 | 337 | 102 | 53 |
| Binary | 100101 | 1001101 | 10110100 | 1001111 | 111001 | 0 | 11101 | 11011111 | 1000010 | 101011 |
Color Harmonies of #254DB4
Complementary color
Monochromatic Colors of #254DB4
Black with #254DB4
Text Example
Text Example
White with #254DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254DB4; }
p { color: rgb(37,77,180); }
H1.HeaderClassName
{
color: #254DB4;
}
.AnyTagClassName
{
color: #254DB4;
}
</style>
background-color css
<style>
a { background-color: #254DB4; }
a { background-color: rgb(37,77,180); }
div.DivClassName
{
background-color: #254DB4;
}
.BgClassName
{
background-color: #254DB4;
}
</style>
border-color css
<style>
span { border-color: #254DB4; }
span { border-color: rgb(37,77,180); }
td.TdClassName
{
border-color: #254DB4;
}
.TagClassName
{
border-color: #254DB4;
}
</style>