Shades of Cerulean Blue #254CBC
Tints of Cerulean Blue #254CBC
RGB
CMYK
RGB Variations
Color information
#254CBC (or 0x254CBC) is known color: Cerulean Blue. HEX triplet: 25, 4C and BC. RGB value is (37,76,188). Sum of RGB (Red+Green+Blue) = 37+76+188=301 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.29% from 301); Green value is 76 (30.08% from 255 or 25.25% from 301); Blue value is 188 (73.83% from 255 or 62.46% from 301); Max value from RGB is 188 - color contains mainly: blue. Hex color #254CBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #254CBC is #DAB343. Grayscale: #4C4C4C. Windows color (decimal): -14332740 or 12340261. OLE color: 12340261.
HSL color Cylindrical-coordinate representation of color #254CBC: hue angle of 224.5º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #254CBC is Cyan = 0.80, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 37 | 76 | 188 | - |
| CMYK | 0.80 | 0.60 | 0 | 0.26 |
| HSL | 224.5º | 0.67% | 0.44% | - |
| HSV(B) | 224.5º | 0.8% | 0.74% | - |
| XYZ | 12.42 | 9.19 | 48.7 | - |
| YUV | 77.11 | 190.58 | 99.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 76 | 188 | 0.80 | 0.60 | 0 | 0.26 | 224.5 | 0.67 | 0.44 |
| Hex | 25 | 4C | BC | 50 | 3C | 0 | 1A | E1 | 43 | 2C |
| Octal | 45 | 114 | 274 | 120 | 74 | 0 | 32 | 341 | 103 | 54 |
| Binary | 100101 | 1001100 | 10111100 | 1010000 | 111100 | 0 | 11010 | 11100001 | 1000011 | 101100 |
Color Harmonies of #254CBC
Complementary color
Monochromatic Colors of #254CBC
Black with #254CBC
Text Example
Text Example
White with #254CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254CBC; }
p { color: rgb(37,76,188); }
H1.HeaderClassName
{
color: #254CBC;
}
.AnyTagClassName
{
color: #254CBC;
}
</style>
background-color css
<style>
a { background-color: #254CBC; }
a { background-color: rgb(37,76,188); }
div.DivClassName
{
background-color: #254CBC;
}
.BgClassName
{
background-color: #254CBC;
}
</style>
border-color css
<style>
span { border-color: #254CBC; }
span { border-color: rgb(37,76,188); }
td.TdClassName
{
border-color: #254CBC;
}
.TagClassName
{
border-color: #254CBC;
}
</style>