Shades of Cerulean Blue #254BBB
Tints of Cerulean Blue #254BBB
RGB
CMYK
RGB Variations
Color information
#254BBB (or 0x254BBB) is known color: Cerulean Blue. HEX triplet: 25, 4B and BB. RGB value is (37,75,187). Sum of RGB (Red+Green+Blue) = 37+75+187=299 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.37% from 299); Green value is 75 (29.69% from 255 or 25.08% from 299); Blue value is 187 (73.44% from 255 or 62.54% from 299); Max value from RGB is 187 - color contains mainly: blue. Hex color #254BBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #254BBB is #DAB444. Grayscale: #4B4B4B. Windows color (decimal): -14332997 or 12274469. OLE color: 12274469.
HSL color Cylindrical-coordinate representation of color #254BBB: hue angle of 224.8º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #254BBB is Cyan = 0.80, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 37 | 75 | 187 | - |
| CMYK | 0.80 | 0.60 | 0 | 0.27 |
| HSL | 224.8º | 0.67% | 0.44% | - |
| HSV(B) | 224.8º | 0.8% | 0.73% | - |
| XYZ | 12.25 | 9.01 | 48.11 | - |
| YUV | 76.41 | 190.41 | 99.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 75 | 187 | 0.80 | 0.60 | 0 | 0.27 | 224.8 | 0.67 | 0.44 |
| Hex | 25 | 4B | BB | 50 | 3C | 0 | 1B | E1 | 43 | 2C |
| Octal | 45 | 113 | 273 | 120 | 74 | 0 | 33 | 341 | 103 | 54 |
| Binary | 100101 | 1001011 | 10111011 | 1010000 | 111100 | 0 | 11011 | 11100001 | 1000011 | 101100 |
Color Harmonies of #254BBB
Complementary color
Monochromatic Colors of #254BBB
Black with #254BBB
Text Example
Text Example
White with #254BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254BBB; }
p { color: rgb(37,75,187); }
H1.HeaderClassName
{
color: #254BBB;
}
.AnyTagClassName
{
color: #254BBB;
}
</style>
background-color css
<style>
a { background-color: #254BBB; }
a { background-color: rgb(37,75,187); }
div.DivClassName
{
background-color: #254BBB;
}
.BgClassName
{
background-color: #254BBB;
}
</style>
border-color css
<style>
span { border-color: #254BBB; }
span { border-color: rgb(37,75,187); }
td.TdClassName
{
border-color: #254BBB;
}
.TagClassName
{
border-color: #254BBB;
}
</style>