Shades of Cerulean Blue #255BDB
Tints of Cerulean Blue #255BDB
RGB
CMYK
RGB Variations
Color information
#255BDB (or 0x255BDB) is known color: Cerulean Blue. HEX triplet: 25, 5B and DB. RGB value is (37,91,219). Sum of RGB (Red+Green+Blue) = 37+91+219=347 (45% of max value = 765). Red value is 37 (14.84% from 255 or 10.66% from 347); Green value is 91 (35.94% from 255 or 26.22% from 347); Blue value is 219 (85.94% from 255 or 63.11% from 347); Max value from RGB is 219 - color contains mainly: blue. Hex color #255BDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #255BDB is #DAA424. Grayscale: #585858. Windows color (decimal): -14328869 or 14375717. OLE color: 14375717.
HSL color Cylindrical-coordinate representation of color #255BDB: hue angle of 222.2º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #255BDB is Cyan = 0.83, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 37 | 91 | 219 | - |
| CMYK | 0.83 | 0.58 | 0 | 0.14 |
| HSL | 222.2º | 0.72% | 0.5% | - |
| HSV(B) | 222.2º | 0.83% | 0.86% | - |
| XYZ | 17.29 | 12.99 | 68.61 | - |
| YUV | 89.45 | 201.11 | 90.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 91 | 219 | 0.83 | 0.58 | 0 | 0.14 | 222.2 | 0.72 | 0.5 |
| Hex | 25 | 5B | DB | 53 | 3A | 0 | E | DE | 48 | 32 |
| Octal | 45 | 133 | 333 | 123 | 72 | 0 | 16 | 336 | 110 | 62 |
| Binary | 100101 | 1011011 | 11011011 | 1010011 | 111010 | 0 | 1110 | 11011110 | 1001000 | 110010 |
Color Harmonies of #255BDB
Complementary color
Monochromatic Colors of #255BDB
Black with #255BDB
Text Example
Text Example
White with #255BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255BDB; }
p { color: rgb(37,91,219); }
H1.HeaderClassName
{
color: #255BDB;
}
.AnyTagClassName
{
color: #255BDB;
}
</style>
background-color css
<style>
a { background-color: #255BDB; }
a { background-color: rgb(37,91,219); }
div.DivClassName
{
background-color: #255BDB;
}
.BgClassName
{
background-color: #255BDB;
}
</style>
border-color css
<style>
span { border-color: #255BDB; }
span { border-color: rgb(37,91,219); }
td.TdClassName
{
border-color: #255BDB;
}
.TagClassName
{
border-color: #255BDB;
}
</style>