Shades of Cerulean Blue #255BB8
Tints of Cerulean Blue #255BB8
RGB
CMYK
RGB Variations
Color information
#255BB8 (or 0x255BB8) is known color: Cerulean Blue. HEX triplet: 25, 5B and B8. RGB value is (37,91,184). Sum of RGB (Red+Green+Blue) = 37+91+184=312 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.86% from 312); Green value is 91 (35.94% from 255 or 29.17% from 312); Blue value is 184 (72.27% from 255 or 58.97% from 312); Max value from RGB is 184 - color contains mainly: blue. Hex color #255BB8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #255BB8 is #DAA447. Grayscale: #555555. Windows color (decimal): -14328904 or 12081957. OLE color: 12081957.
HSL color Cylindrical-coordinate representation of color #255BB8: hue angle of 217.96º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #255BB8 is Cyan = 0.80, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 37 | 91 | 184 | - |
| CMYK | 0.80 | 0.51 | 0 | 0.28 |
| HSL | 217.96º | 0.67% | 0.43% | - |
| HSV(B) | 217.96º | 0.8% | 0.72% | - |
| XYZ | 13.16 | 11.34 | 46.84 | - |
| YUV | 85.46 | 183.61 | 93.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 91 | 184 | 0.80 | 0.51 | 0 | 0.28 | 217.96 | 0.67 | 0.43 |
| Hex | 25 | 5B | B8 | 50 | 33 | 0 | 1C | DA | 43 | 2B |
| Octal | 45 | 133 | 270 | 120 | 63 | 0 | 34 | 332 | 103 | 53 |
| Binary | 100101 | 1011011 | 10111000 | 1010000 | 110011 | 0 | 11100 | 11011010 | 1000011 | 101011 |
Color Harmonies of #255BB8
Complementary color
Monochromatic Colors of #255BB8
Black with #255BB8
Text Example
Text Example
White with #255BB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255BB8; }
p { color: rgb(37,91,184); }
H1.HeaderClassName
{
color: #255BB8;
}
.AnyTagClassName
{
color: #255BB8;
}
</style>
background-color css
<style>
a { background-color: #255BB8; }
a { background-color: rgb(37,91,184); }
div.DivClassName
{
background-color: #255BB8;
}
.BgClassName
{
background-color: #255BB8;
}
</style>
border-color css
<style>
span { border-color: #255BB8; }
span { border-color: rgb(37,91,184); }
td.TdClassName
{
border-color: #255BB8;
}
.TagClassName
{
border-color: #255BB8;
}
</style>