Shades of Cerulean Blue #255BB9
Tints of Cerulean Blue #255BB9
RGB
CMYK
RGB Variations
Color information
#255BB9 (or 0x255BB9) is known color: Cerulean Blue. HEX triplet: 25, 5B and B9. RGB value is (37,91,185). Sum of RGB (Red+Green+Blue) = 37+91+185=313 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.82% from 313); Green value is 91 (35.94% from 255 or 29.07% from 313); Blue value is 185 (72.66% from 255 or 59.11% from 313); Max value from RGB is 185 - color contains mainly: blue. Hex color #255BB9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #255BB9 is #DAA446. Grayscale: #555555. Windows color (decimal): -14328903 or 12147493. OLE color: 12147493.
HSL color Cylindrical-coordinate representation of color #255BB9: hue angle of 218.11º 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 #255BB9 is Cyan = 0.80, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 37 | 91 | 185 | - |
| CMYK | 0.80 | 0.51 | 0 | 0.27 |
| HSL | 218.11º | 0.67% | 0.44% | - |
| HSV(B) | 218.11º | 0.8% | 0.73% | - |
| XYZ | 13.26 | 11.38 | 47.4 | - |
| YUV | 85.57 | 184.11 | 93.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 91 | 185 | 0.80 | 0.51 | 0 | 0.27 | 218.11 | 0.67 | 0.44 |
| Hex | 25 | 5B | B9 | 50 | 33 | 0 | 1B | DA | 43 | 2C |
| Octal | 45 | 133 | 271 | 120 | 63 | 0 | 33 | 332 | 103 | 54 |
| Binary | 100101 | 1011011 | 10111001 | 1010000 | 110011 | 0 | 11011 | 11011010 | 1000011 | 101100 |
Color Harmonies of #255BB9
Complementary color
Monochromatic Colors of #255BB9
Black with #255BB9
Text Example
Text Example
White with #255BB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255BB9; }
p { color: rgb(37,91,185); }
H1.HeaderClassName
{
color: #255BB9;
}
.AnyTagClassName
{
color: #255BB9;
}
</style>
background-color css
<style>
a { background-color: #255BB9; }
a { background-color: rgb(37,91,185); }
div.DivClassName
{
background-color: #255BB9;
}
.BgClassName
{
background-color: #255BB9;
}
</style>
border-color css
<style>
span { border-color: #255BB9; }
span { border-color: rgb(37,91,185); }
td.TdClassName
{
border-color: #255BB9;
}
.TagClassName
{
border-color: #255BB9;
}
</style>