Shades of Cerulean Blue #255AB5
Tints of Cerulean Blue #255AB5
RGB
CMYK
RGB Variations
Color information
#255AB5 (or 0x255AB5) is known color: Cerulean Blue. HEX triplet: 25, 5A and B5. RGB value is (37,90,181). Sum of RGB (Red+Green+Blue) = 37+90+181=308 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.01% from 308); Green value is 90 (35.55% from 255 or 29.22% from 308); Blue value is 181 (71.09% from 255 or 58.77% from 308); Max value from RGB is 181 - color contains mainly: blue. Hex color #255AB5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #255AB5 is #DAA54A. Grayscale: #545454. Windows color (decimal): -14329163 or 11885093. OLE color: 11885093.
HSL color Cylindrical-coordinate representation of color #255AB5: hue angle of 217.92º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #255AB5 is Cyan = 0.80, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 37 | 90 | 181 | - |
| CMYK | 0.80 | 0.50 | 0 | 0.29 |
| HSL | 217.92º | 0.66% | 0.43% | - |
| HSV(B) | 217.92º | 0.8% | 0.71% | - |
| XYZ | 12.76 | 11.04 | 45.17 | - |
| YUV | 84.53 | 182.44 | 94.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 90 | 181 | 0.80 | 0.50 | 0 | 0.29 | 217.92 | 0.66 | 0.43 |
| Hex | 25 | 5A | B5 | 50 | 32 | 0 | 1D | DA | 42 | 2B |
| Octal | 45 | 132 | 265 | 120 | 62 | 0 | 35 | 332 | 102 | 53 |
| Binary | 100101 | 1011010 | 10110101 | 1010000 | 110010 | 0 | 11101 | 11011010 | 1000010 | 101011 |
Color Harmonies of #255AB5
Complementary color
Monochromatic Colors of #255AB5
Black with #255AB5
Text Example
Text Example
White with #255AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255AB5; }
p { color: rgb(37,90,181); }
H1.HeaderClassName
{
color: #255AB5;
}
.AnyTagClassName
{
color: #255AB5;
}
</style>
background-color css
<style>
a { background-color: #255AB5; }
a { background-color: rgb(37,90,181); }
div.DivClassName
{
background-color: #255AB5;
}
.BgClassName
{
background-color: #255AB5;
}
</style>
border-color css
<style>
span { border-color: #255AB5; }
span { border-color: rgb(37,90,181); }
td.TdClassName
{
border-color: #255AB5;
}
.TagClassName
{
border-color: #255AB5;
}
</style>