Shades of Cerulean Blue #254BD1
Tints of Cerulean Blue #254BD1
RGB
CMYK
RGB Variations
Color information
#254BD1 (or 0x254BD1) is known color: Cerulean Blue. HEX triplet: 25, 4B and D1. RGB value is (37,75,209). Sum of RGB (Red+Green+Blue) = 37+75+209=321 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.53% from 321); Green value is 75 (29.69% from 255 or 23.36% from 321); Blue value is 209 (82.03% from 255 or 65.11% from 321); Max value from RGB is 209 - color contains mainly: blue. Hex color #254BD1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #254BD1 is #DAB42E. Grayscale: #4E4E4E. Windows color (decimal): -14332975 or 13716261. OLE color: 13716261.
HSL color Cylindrical-coordinate representation of color #254BD1: hue angle of 226.74º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #254BD1 is Cyan = 0.82, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 37 | 75 | 209 | - |
| CMYK | 0.82 | 0.64 | 0 | 0.18 |
| HSL | 226.74º | 0.7% | 0.48% | - |
| HSV(B) | 226.74º | 0.82% | 0.82% | - |
| XYZ | 14.79 | 10.03 | 61.48 | - |
| YUV | 78.91 | 201.41 | 98.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 75 | 209 | 0.82 | 0.64 | 0 | 0.18 | 226.74 | 0.7 | 0.48 |
| Hex | 25 | 4B | D1 | 52 | 40 | 0 | 12 | E3 | 46 | 30 |
| Octal | 45 | 113 | 321 | 122 | 100 | 0 | 22 | 343 | 106 | 60 |
| Binary | 100101 | 1001011 | 11010001 | 1010010 | 1000000 | 0 | 10010 | 11100011 | 1000110 | 110000 |
Color Harmonies of #254BD1
Complementary color
Monochromatic Colors of #254BD1
Black with #254BD1
Text Example
Text Example
White with #254BD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254BD1; }
p { color: rgb(37,75,209); }
H1.HeaderClassName
{
color: #254BD1;
}
.AnyTagClassName
{
color: #254BD1;
}
</style>
background-color css
<style>
a { background-color: #254BD1; }
a { background-color: rgb(37,75,209); }
div.DivClassName
{
background-color: #254BD1;
}
.BgClassName
{
background-color: #254BD1;
}
</style>
border-color css
<style>
span { border-color: #254BD1; }
span { border-color: rgb(37,75,209); }
td.TdClassName
{
border-color: #254BD1;
}
.TagClassName
{
border-color: #254BD1;
}
</style>