Shades of Cerulean Blue #255ABA
Tints of Cerulean Blue #255ABA
RGB
CMYK
RGB Variations
Color information
#255ABA (or 0x255ABA) is known color: Cerulean Blue. HEX triplet: 25, 5A and BA. RGB value is (37,90,186). Sum of RGB (Red+Green+Blue) = 37+90+186=313 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.82% from 313); Green value is 90 (35.55% from 255 or 28.75% from 313); Blue value is 186 (73.05% from 255 or 59.42% from 313); Max value from RGB is 186 - color contains mainly: blue. Hex color #255ABA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #255ABA is #DAA545. Grayscale: #545454. Windows color (decimal): -14329158 or 12212773. OLE color: 12212773.
HSL color Cylindrical-coordinate representation of color #255ABA: hue angle of 218.66º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #255ABA is Cyan = 0.80, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 37 | 90 | 186 | - |
| CMYK | 0.80 | 0.52 | 0 | 0.27 |
| HSL | 218.66º | 0.67% | 0.44% | - |
| HSV(B) | 218.66º | 0.8% | 0.73% | - |
| XYZ | 13.28 | 11.25 | 47.93 | - |
| YUV | 85.1 | 184.94 | 93.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 90 | 186 | 0.80 | 0.52 | 0 | 0.27 | 218.66 | 0.67 | 0.44 |
| Hex | 25 | 5A | BA | 50 | 34 | 0 | 1B | DB | 43 | 2C |
| Octal | 45 | 132 | 272 | 120 | 64 | 0 | 33 | 333 | 103 | 54 |
| Binary | 100101 | 1011010 | 10111010 | 1010000 | 110100 | 0 | 11011 | 11011011 | 1000011 | 101100 |
Color Harmonies of #255ABA
Complementary color
Monochromatic Colors of #255ABA
Black with #255ABA
Text Example
Text Example
White with #255ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255ABA; }
p { color: rgb(37,90,186); }
H1.HeaderClassName
{
color: #255ABA;
}
.AnyTagClassName
{
color: #255ABA;
}
</style>
background-color css
<style>
a { background-color: #255ABA; }
a { background-color: rgb(37,90,186); }
div.DivClassName
{
background-color: #255ABA;
}
.BgClassName
{
background-color: #255ABA;
}
</style>
border-color css
<style>
span { border-color: #255ABA; }
span { border-color: rgb(37,90,186); }
td.TdClassName
{
border-color: #255ABA;
}
.TagClassName
{
border-color: #255ABA;
}
</style>