Shades of Cerulean Blue #255ABD
Tints of Cerulean Blue #255ABD
RGB
CMYK
RGB Variations
Color information
#255ABD (or 0x255ABD) is known color: Cerulean Blue. HEX triplet: 25, 5A and BD. RGB value is (37,90,189). Sum of RGB (Red+Green+Blue) = 37+90+189=316 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.71% from 316); Green value is 90 (35.55% from 255 or 28.48% from 316); Blue value is 189 (74.22% from 255 or 59.81% from 316); Max value from RGB is 189 - color contains mainly: blue. Hex color #255ABD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #255ABD is #DAA542. Grayscale: #545454. Windows color (decimal): -14329155 or 12409381. OLE color: 12409381.
HSL color Cylindrical-coordinate representation of color #255ABD: hue angle of 219.08º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #255ABD is Cyan = 0.80, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 37 | 90 | 189 | - |
| CMYK | 0.80 | 0.52 | 0 | 0.26 |
| HSL | 219.08º | 0.67% | 0.44% | - |
| HSV(B) | 219.08º | 0.8% | 0.74% | - |
| XYZ | 13.6 | 11.38 | 49.62 | - |
| YUV | 85.44 | 186.44 | 93.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 90 | 189 | 0.80 | 0.52 | 0 | 0.26 | 219.08 | 0.67 | 0.44 |
| Hex | 25 | 5A | BD | 50 | 34 | 0 | 1A | DB | 43 | 2C |
| Octal | 45 | 132 | 275 | 120 | 64 | 0 | 32 | 333 | 103 | 54 |
| Binary | 100101 | 1011010 | 10111101 | 1010000 | 110100 | 0 | 11010 | 11011011 | 1000011 | 101100 |
Color Harmonies of #255ABD
Complementary color
Monochromatic Colors of #255ABD
Black with #255ABD
Text Example
Text Example
White with #255ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255ABD; }
p { color: rgb(37,90,189); }
H1.HeaderClassName
{
color: #255ABD;
}
.AnyTagClassName
{
color: #255ABD;
}
</style>
background-color css
<style>
a { background-color: #255ABD; }
a { background-color: rgb(37,90,189); }
div.DivClassName
{
background-color: #255ABD;
}
.BgClassName
{
background-color: #255ABD;
}
</style>
border-color css
<style>
span { border-color: #255ABD; }
span { border-color: rgb(37,90,189); }
td.TdClassName
{
border-color: #255ABD;
}
.TagClassName
{
border-color: #255ABD;
}
</style>