Shades of Cerulean Blue #255CDB
Tints of Cerulean Blue #255CDB
RGB
CMYK
RGB Variations
Color information
#255CDB (or 0x255CDB) is known color: Cerulean Blue. HEX triplet: 25, 5C and DB. RGB value is (37,92,219). Sum of RGB (Red+Green+Blue) = 37+92+219=348 (46% of max value = 765). Red value is 37 (14.84% from 255 or 10.63% from 348); Green value is 92 (36.33% from 255 or 26.44% from 348); Blue value is 219 (85.94% from 255 or 62.93% from 348); Max value from RGB is 219 - color contains mainly: blue. Hex color #255CDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #255CDB is #DAA324. Grayscale: #595959. Windows color (decimal): -14328613 or 14375973. OLE color: 14375973.
HSL color Cylindrical-coordinate representation of color #255CDB: hue angle of 221.87º 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 #255CDB is Cyan = 0.83, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 37 | 92 | 219 | - |
| CMYK | 0.83 | 0.58 | 0 | 0.14 |
| HSL | 221.87º | 0.72% | 0.5% | - |
| HSV(B) | 221.87º | 0.83% | 0.86% | - |
| XYZ | 17.38 | 13.16 | 68.64 | - |
| YUV | 90.03 | 200.78 | 90.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 92 | 219 | 0.83 | 0.58 | 0 | 0.14 | 221.87 | 0.72 | 0.5 |
| Hex | 25 | 5C | DB | 53 | 3A | 0 | E | DE | 48 | 32 |
| Octal | 45 | 134 | 333 | 123 | 72 | 0 | 16 | 336 | 110 | 62 |
| Binary | 100101 | 1011100 | 11011011 | 1010011 | 111010 | 0 | 1110 | 11011110 | 1001000 | 110010 |
Color Harmonies of #255CDB
Complementary color
Monochromatic Colors of #255CDB
Black with #255CDB
Text Example
Text Example
White with #255CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255CDB; }
p { color: rgb(37,92,219); }
H1.HeaderClassName
{
color: #255CDB;
}
.AnyTagClassName
{
color: #255CDB;
}
</style>
background-color css
<style>
a { background-color: #255CDB; }
a { background-color: rgb(37,92,219); }
div.DivClassName
{
background-color: #255CDB;
}
.BgClassName
{
background-color: #255CDB;
}
</style>
border-color css
<style>
span { border-color: #255CDB; }
span { border-color: rgb(37,92,219); }
td.TdClassName
{
border-color: #255CDB;
}
.TagClassName
{
border-color: #255CDB;
}
</style>