Shades of Cerulean Blue #255ABE
Tints of Cerulean Blue #255ABE
RGB
CMYK
RGB Variations
Color information
#255ABE (or 0x255ABE) is known color: Cerulean Blue. HEX triplet: 25, 5A and BE. RGB value is (37,90,190). Sum of RGB (Red+Green+Blue) = 37+90+190=317 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.67% from 317); Green value is 90 (35.55% from 255 or 28.39% from 317); Blue value is 190 (74.61% from 255 or 59.94% from 317); Max value from RGB is 190 - color contains mainly: blue. Hex color #255ABE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #255ABE is #DAA541. Grayscale: #555555. Windows color (decimal): -14329154 or 12474917. OLE color: 12474917.
HSL color Cylindrical-coordinate representation of color #255ABE: hue angle of 219.22º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #255ABE is Cyan = 0.81, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 37 | 90 | 190 | - |
| CMYK | 0.81 | 0.53 | 0 | 0.25 |
| HSL | 219.22º | 0.67% | 0.45% | - |
| HSV(B) | 219.22º | 0.81% | 0.75% | - |
| XYZ | 13.71 | 11.42 | 50.2 | - |
| YUV | 85.55 | 186.94 | 93.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 90 | 190 | 0.81 | 0.53 | 0 | 0.25 | 219.22 | 0.67 | 0.45 |
| Hex | 25 | 5A | BE | 51 | 35 | 0 | 19 | DB | 43 | 2D |
| Octal | 45 | 132 | 276 | 121 | 65 | 0 | 31 | 333 | 103 | 55 |
| Binary | 100101 | 1011010 | 10111110 | 1010001 | 110101 | 0 | 11001 | 11011011 | 1000011 | 101101 |
Color Harmonies of #255ABE
Complementary color
Monochromatic Colors of #255ABE
Black with #255ABE
Text Example
Text Example
White with #255ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255ABE; }
p { color: rgb(37,90,190); }
H1.HeaderClassName
{
color: #255ABE;
}
.AnyTagClassName
{
color: #255ABE;
}
</style>
background-color css
<style>
a { background-color: #255ABE; }
a { background-color: rgb(37,90,190); }
div.DivClassName
{
background-color: #255ABE;
}
.BgClassName
{
background-color: #255ABE;
}
</style>
border-color css
<style>
span { border-color: #255ABE; }
span { border-color: rgb(37,90,190); }
td.TdClassName
{
border-color: #255ABE;
}
.TagClassName
{
border-color: #255ABE;
}
</style>