Shades of Cerulean Blue #254DBB
Tints of Cerulean Blue #254DBB
RGB
CMYK
RGB Variations
Color information
#254DBB (or 0x254DBB) is known color: Cerulean Blue. HEX triplet: 25, 4D and BB. RGB value is (37,77,187). Sum of RGB (Red+Green+Blue) = 37+77+187=301 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.29% from 301); Green value is 77 (30.47% from 255 or 25.58% from 301); Blue value is 187 (73.44% from 255 or 62.13% from 301); Max value from RGB is 187 - color contains mainly: blue. Hex color #254DBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #254DBB is #DAB244. Grayscale: #4D4D4D. Windows color (decimal): -14332485 or 12274981. OLE color: 12274981.
HSL color Cylindrical-coordinate representation of color #254DBB: hue angle of 224º 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 #254DBB is Cyan = 0.80, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 37 | 77 | 187 | - |
| CMYK | 0.80 | 0.59 | 0 | 0.27 |
| HSL | 224º | 0.67% | 0.44% | - |
| HSV(B) | 224º | 0.8% | 0.73% | - |
| XYZ | 12.39 | 9.29 | 48.15 | - |
| YUV | 77.58 | 189.75 | 99.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 77 | 187 | 0.80 | 0.59 | 0 | 0.27 | 224 | 0.67 | 0.44 |
| Hex | 25 | 4D | BB | 50 | 3B | 0 | 1B | E0 | 43 | 2C |
| Octal | 45 | 115 | 273 | 120 | 73 | 0 | 33 | 340 | 103 | 54 |
| Binary | 100101 | 1001101 | 10111011 | 1010000 | 111011 | 0 | 11011 | 11100000 | 1000011 | 101100 |
Color Harmonies of #254DBB
Complementary color
Monochromatic Colors of #254DBB
Black with #254DBB
Text Example
Text Example
White with #254DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254DBB; }
p { color: rgb(37,77,187); }
H1.HeaderClassName
{
color: #254DBB;
}
.AnyTagClassName
{
color: #254DBB;
}
</style>
background-color css
<style>
a { background-color: #254DBB; }
a { background-color: rgb(37,77,187); }
div.DivClassName
{
background-color: #254DBB;
}
.BgClassName
{
background-color: #254DBB;
}
</style>
border-color css
<style>
span { border-color: #254DBB; }
span { border-color: rgb(37,77,187); }
td.TdClassName
{
border-color: #254DBB;
}
.TagClassName
{
border-color: #254DBB;
}
</style>