Shades of Cerulean Blue #255CB9
Tints of Cerulean Blue #255CB9
RGB
CMYK
RGB Variations
Color information
#255CB9 (or 0x255CB9) is known color: Cerulean Blue. HEX triplet: 25, 5C and B9. RGB value is (37,92,185). Sum of RGB (Red+Green+Blue) = 37+92+185=314 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.78% from 314); Green value is 92 (36.33% from 255 or 29.30% from 314); Blue value is 185 (72.66% from 255 or 58.92% from 314); Max value from RGB is 185 - color contains mainly: blue. Hex color #255CB9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #255CB9 is #DAA346. Grayscale: #555555. Windows color (decimal): -14328647 or 12147749. OLE color: 12147749.
HSL color Cylindrical-coordinate representation of color #255CB9: hue angle of 217.7º 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 #255CB9 is Cyan = 0.80, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 37 | 92 | 185 | - |
| CMYK | 0.80 | 0.50 | 0 | 0.27 |
| HSL | 217.7º | 0.67% | 0.44% | - |
| HSV(B) | 217.7º | 0.8% | 0.73% | - |
| XYZ | 13.35 | 11.55 | 47.42 | - |
| YUV | 86.16 | 183.78 | 92.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 92 | 185 | 0.80 | 0.50 | 0 | 0.27 | 217.7 | 0.67 | 0.44 |
| Hex | 25 | 5C | B9 | 50 | 32 | 0 | 1B | DA | 43 | 2C |
| Octal | 45 | 134 | 271 | 120 | 62 | 0 | 33 | 332 | 103 | 54 |
| Binary | 100101 | 1011100 | 10111001 | 1010000 | 110010 | 0 | 11011 | 11011010 | 1000011 | 101100 |
Color Harmonies of #255CB9
Complementary color
Monochromatic Colors of #255CB9
Black with #255CB9
Text Example
Text Example
White with #255CB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255CB9; }
p { color: rgb(37,92,185); }
H1.HeaderClassName
{
color: #255CB9;
}
.AnyTagClassName
{
color: #255CB9;
}
</style>
background-color css
<style>
a { background-color: #255CB9; }
a { background-color: rgb(37,92,185); }
div.DivClassName
{
background-color: #255CB9;
}
.BgClassName
{
background-color: #255CB9;
}
</style>
border-color css
<style>
span { border-color: #255CB9; }
span { border-color: rgb(37,92,185); }
td.TdClassName
{
border-color: #255CB9;
}
.TagClassName
{
border-color: #255CB9;
}
</style>