Shades of Cerulean Blue #255BD8
Tints of Cerulean Blue #255BD8
RGB
CMYK
RGB Variations
Color information
#255BD8 (or 0x255BD8) is known color: Cerulean Blue. HEX triplet: 25, 5B and D8. RGB value is (37,91,216). Sum of RGB (Red+Green+Blue) = 37+91+216=344 (45% of max value = 765). Red value is 37 (14.84% from 255 or 10.76% from 344); Green value is 91 (35.94% from 255 or 26.45% from 344); Blue value is 216 (84.77% from 255 or 62.79% from 344); Max value from RGB is 216 - color contains mainly: blue. Hex color #255BD8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #255BD8 is #DAA427. Grayscale: #585858. Windows color (decimal): -14328872 or 14179109. OLE color: 14179109.
HSL color Cylindrical-coordinate representation of color #255BD8: hue angle of 221.9º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #255BD8 is Cyan = 0.83, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 37 | 91 | 216 | - |
| CMYK | 0.83 | 0.58 | 0 | 0.15 |
| HSL | 221.9º | 0.71% | 0.5% | - |
| HSV(B) | 221.9º | 0.83% | 0.85% | - |
| XYZ | 16.9 | 12.83 | 66.55 | - |
| YUV | 89.1 | 199.61 | 90.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 91 | 216 | 0.83 | 0.58 | 0 | 0.15 | 221.9 | 0.71 | 0.5 |
| Hex | 25 | 5B | D8 | 53 | 3A | 0 | F | DE | 47 | 32 |
| Octal | 45 | 133 | 330 | 123 | 72 | 0 | 17 | 336 | 107 | 62 |
| Binary | 100101 | 1011011 | 11011000 | 1010011 | 111010 | 0 | 1111 | 11011110 | 1000111 | 110010 |
Color Harmonies of #255BD8
Complementary color
Monochromatic Colors of #255BD8
Black with #255BD8
Text Example
Text Example
White with #255BD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255BD8; }
p { color: rgb(37,91,216); }
H1.HeaderClassName
{
color: #255BD8;
}
.AnyTagClassName
{
color: #255BD8;
}
</style>
background-color css
<style>
a { background-color: #255BD8; }
a { background-color: rgb(37,91,216); }
div.DivClassName
{
background-color: #255BD8;
}
.BgClassName
{
background-color: #255BD8;
}
</style>
border-color css
<style>
span { border-color: #255BD8; }
span { border-color: rgb(37,91,216); }
td.TdClassName
{
border-color: #255BD8;
}
.TagClassName
{
border-color: #255BD8;
}
</style>