Shades of Cerulean Blue #254FB2
Tints of Cerulean Blue #254FB2
RGB
CMYK
RGB Variations
Color information
#254FB2 (or 0x254FB2) is known color: Cerulean Blue. HEX triplet: 25, 4F and B2. RGB value is (37,79,178). Sum of RGB (Red+Green+Blue) = 37+79+178=294 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.59% from 294); Green value is 79 (31.25% from 255 or 26.87% from 294); Blue value is 178 (69.92% from 255 or 60.54% from 294); Max value from RGB is 178 - color contains mainly: blue. Hex color #254FB2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #254FB2 is #DAB04D. Grayscale: #4D4D4D. Windows color (decimal): -14331982 or 11685669. OLE color: 11685669.
HSL color Cylindrical-coordinate representation of color #254FB2: hue angle of 222.13º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #254FB2 is Cyan = 0.79, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 37 | 79 | 178 | - |
| CMYK | 0.79 | 0.56 | 0 | 0.30 |
| HSL | 222.13º | 0.66% | 0.42% | - |
| HSV(B) | 222.13º | 0.79% | 0.7% | - |
| XYZ | 11.59 | 9.2 | 43.28 | - |
| YUV | 77.73 | 184.59 | 98.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 79 | 178 | 0.79 | 0.56 | 0 | 0.30 | 222.13 | 0.66 | 0.42 |
| Hex | 25 | 4F | B2 | 4F | 38 | 0 | 1E | DE | 42 | 2A |
| Octal | 45 | 117 | 262 | 117 | 70 | 0 | 36 | 336 | 102 | 52 |
| Binary | 100101 | 1001111 | 10110010 | 1001111 | 111000 | 0 | 11110 | 11011110 | 1000010 | 101010 |
Color Harmonies of #254FB2
Complementary color
Monochromatic Colors of #254FB2
Black with #254FB2
Text Example
Text Example
White with #254FB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254FB2; }
p { color: rgb(37,79,178); }
H1.HeaderClassName
{
color: #254FB2;
}
.AnyTagClassName
{
color: #254FB2;
}
</style>
background-color css
<style>
a { background-color: #254FB2; }
a { background-color: rgb(37,79,178); }
div.DivClassName
{
background-color: #254FB2;
}
.BgClassName
{
background-color: #254FB2;
}
</style>
border-color css
<style>
span { border-color: #254FB2; }
span { border-color: rgb(37,79,178); }
td.TdClassName
{
border-color: #254FB2;
}
.TagClassName
{
border-color: #254FB2;
}
</style>