Shades of Cerulean Blue #255CB0
Tints of Cerulean Blue #255CB0
RGB
CMYK
RGB Variations
Color information
#255CB0 (or 0x255CB0) is known color: Cerulean Blue. HEX triplet: 25, 5C and B0. RGB value is (37,92,176). Sum of RGB (Red+Green+Blue) = 37+92+176=305 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.13% from 305); Green value is 92 (36.33% from 255 or 30.16% from 305); Blue value is 176 (69.14% from 255 or 57.70% from 305); Max value from RGB is 176 - color contains mainly: blue. Hex color #255CB0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255CB0 is #DAA34F. Grayscale: #545454. Windows color (decimal): -14328656 or 11557925. OLE color: 11557925.
HSL color Cylindrical-coordinate representation of color #255CB0: hue angle of 216.26º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #255CB0 is Cyan = 0.79, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 37 | 92 | 176 | - |
| CMYK | 0.79 | 0.48 | 0 | 0.31 |
| HSL | 216.26º | 0.65% | 0.42% | - |
| HSV(B) | 216.26º | 0.79% | 0.69% | - |
| XYZ | 12.43 | 11.18 | 42.58 | - |
| YUV | 85.13 | 179.28 | 93.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 92 | 176 | 0.79 | 0.48 | 0 | 0.31 | 216.26 | 0.65 | 0.42 |
| Hex | 25 | 5C | B0 | 4F | 30 | 0 | 1F | D8 | 41 | 2A |
| Octal | 45 | 134 | 260 | 117 | 60 | 0 | 37 | 330 | 101 | 52 |
| Binary | 100101 | 1011100 | 10110000 | 1001111 | 110000 | 0 | 11111 | 11011000 | 1000001 | 101010 |
Color Harmonies of #255CB0
Complementary color
Monochromatic Colors of #255CB0
Black with #255CB0
Text Example
Text Example
White with #255CB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255CB0; }
p { color: rgb(37,92,176); }
H1.HeaderClassName
{
color: #255CB0;
}
.AnyTagClassName
{
color: #255CB0;
}
</style>
background-color css
<style>
a { background-color: #255CB0; }
a { background-color: rgb(37,92,176); }
div.DivClassName
{
background-color: #255CB0;
}
.BgClassName
{
background-color: #255CB0;
}
</style>
border-color css
<style>
span { border-color: #255CB0; }
span { border-color: rgb(37,92,176); }
td.TdClassName
{
border-color: #255CB0;
}
.TagClassName
{
border-color: #255CB0;
}
</style>