Shades of Cerulean Blue #255ADB
Tints of Cerulean Blue #255ADB
RGB
CMYK
RGB Variations
Color information
#255ADB (or 0x255ADB) is known color: Cerulean Blue. HEX triplet: 25, 5A and DB. RGB value is (37,90,219). Sum of RGB (Red+Green+Blue) = 37+90+219=346 (45% of max value = 765). Red value is 37 (14.84% from 255 or 10.69% from 346); Green value is 90 (35.55% from 255 or 26.01% from 346); Blue value is 219 (85.94% from 255 or 63.29% from 346); Max value from RGB is 219 - color contains mainly: blue. Hex color #255ADB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #255ADB is #DAA524. Grayscale: #585858. Windows color (decimal): -14329125 or 14375461. OLE color: 14375461.
HSL color Cylindrical-coordinate representation of color #255ADB: hue angle of 222.53º 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 #255ADB is Cyan = 0.83, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 37 | 90 | 219 | - |
| CMYK | 0.83 | 0.59 | 0 | 0.14 |
| HSL | 222.53º | 0.72% | 0.5% | - |
| HSV(B) | 222.53º | 0.83% | 0.86% | - |
| XYZ | 17.21 | 12.82 | 68.59 | - |
| YUV | 88.86 | 201.44 | 91.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 90 | 219 | 0.83 | 0.59 | 0 | 0.14 | 222.53 | 0.72 | 0.5 |
| Hex | 25 | 5A | DB | 53 | 3B | 0 | E | DF | 48 | 32 |
| Octal | 45 | 132 | 333 | 123 | 73 | 0 | 16 | 337 | 110 | 62 |
| Binary | 100101 | 1011010 | 11011011 | 1010011 | 111011 | 0 | 1110 | 11011111 | 1001000 | 110010 |
Color Harmonies of #255ADB
Complementary color
Monochromatic Colors of #255ADB
Black with #255ADB
Text Example
Text Example
White with #255ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255ADB; }
p { color: rgb(37,90,219); }
H1.HeaderClassName
{
color: #255ADB;
}
.AnyTagClassName
{
color: #255ADB;
}
</style>
background-color css
<style>
a { background-color: #255ADB; }
a { background-color: rgb(37,90,219); }
div.DivClassName
{
background-color: #255ADB;
}
.BgClassName
{
background-color: #255ADB;
}
</style>
border-color css
<style>
span { border-color: #255ADB; }
span { border-color: rgb(37,90,219); }
td.TdClassName
{
border-color: #255ADB;
}
.TagClassName
{
border-color: #255ADB;
}
</style>