Shades of Cerulean Blue #255AB7
Tints of Cerulean Blue #255AB7
RGB
CMYK
RGB Variations
Color information
#255AB7 (or 0x255AB7) is known color: Cerulean Blue. HEX triplet: 25, 5A and B7. RGB value is (37,90,183). Sum of RGB (Red+Green+Blue) = 37+90+183=310 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.94% from 310); Green value is 90 (35.55% from 255 or 29.03% from 310); Blue value is 183 (71.88% from 255 or 59.03% from 310); Max value from RGB is 183 - color contains mainly: blue. Hex color #255AB7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #255AB7 is #DAA548. Grayscale: #545454. Windows color (decimal): -14329161 or 12016165. OLE color: 12016165.
HSL color Cylindrical-coordinate representation of color #255AB7: hue angle of 218.22º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #255AB7 is Cyan = 0.80, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 37 | 90 | 183 | - |
| CMYK | 0.80 | 0.51 | 0 | 0.28 |
| HSL | 218.22º | 0.66% | 0.43% | - |
| HSV(B) | 218.22º | 0.8% | 0.72% | - |
| XYZ | 12.97 | 11.12 | 46.26 | - |
| YUV | 84.76 | 183.44 | 93.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 90 | 183 | 0.80 | 0.51 | 0 | 0.28 | 218.22 | 0.66 | 0.43 |
| Hex | 25 | 5A | B7 | 50 | 33 | 0 | 1C | DA | 42 | 2B |
| Octal | 45 | 132 | 267 | 120 | 63 | 0 | 34 | 332 | 102 | 53 |
| Binary | 100101 | 1011010 | 10110111 | 1010000 | 110011 | 0 | 11100 | 11011010 | 1000010 | 101011 |
Color Harmonies of #255AB7
Complementary color
Monochromatic Colors of #255AB7
Black with #255AB7
Text Example
Text Example
White with #255AB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255AB7; }
p { color: rgb(37,90,183); }
H1.HeaderClassName
{
color: #255AB7;
}
.AnyTagClassName
{
color: #255AB7;
}
</style>
background-color css
<style>
a { background-color: #255AB7; }
a { background-color: rgb(37,90,183); }
div.DivClassName
{
background-color: #255AB7;
}
.BgClassName
{
background-color: #255AB7;
}
</style>
border-color css
<style>
span { border-color: #255AB7; }
span { border-color: rgb(37,90,183); }
td.TdClassName
{
border-color: #255AB7;
}
.TagClassName
{
border-color: #255AB7;
}
</style>