Shades of Cerulean Blue #2555B2
Tints of Cerulean Blue #2555B2
RGB
CMYK
RGB Variations
Color information
#2555B2 (or 0x2555B2) is known color: Cerulean Blue. HEX triplet: 25, 55 and B2. RGB value is (37,85,178). Sum of RGB (Red+Green+Blue) = 37+85+178=300 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.33% from 300); Green value is 85 (33.59% from 255 or 28.33% from 300); Blue value is 178 (69.92% from 255 or 59.33% from 300); Max value from RGB is 178 - color contains mainly: blue. Hex color #2555B2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2555B2 is #DAAA4D. Grayscale: #505050. Windows color (decimal): -14330446 or 11687205. OLE color: 11687205.
HSL color Cylindrical-coordinate representation of color #2555B2: hue angle of 219.57º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2555B2 is Cyan = 0.79, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 37 | 85 | 178 | - |
| CMYK | 0.79 | 0.52 | 0 | 0.30 |
| HSL | 219.57º | 0.66% | 0.42% | - |
| HSV(B) | 219.57º | 0.79% | 0.7% | - |
| XYZ | 12.05 | 10.1 | 43.43 | - |
| YUV | 81.25 | 182.6 | 96.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 85 | 178 | 0.79 | 0.52 | 0 | 0.30 | 219.57 | 0.66 | 0.42 |
| Hex | 25 | 55 | B2 | 4F | 34 | 0 | 1E | DC | 42 | 2A |
| Octal | 45 | 125 | 262 | 117 | 64 | 0 | 36 | 334 | 102 | 52 |
| Binary | 100101 | 1010101 | 10110010 | 1001111 | 110100 | 0 | 11110 | 11011100 | 1000010 | 101010 |
Color Harmonies of #2555B2
Complementary color
Monochromatic Colors of #2555B2
Black with #2555B2
Text Example
Text Example
White with #2555B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2555B2; }
p { color: rgb(37,85,178); }
H1.HeaderClassName
{
color: #2555B2;
}
.AnyTagClassName
{
color: #2555B2;
}
</style>
background-color css
<style>
a { background-color: #2555B2; }
a { background-color: rgb(37,85,178); }
div.DivClassName
{
background-color: #2555B2;
}
.BgClassName
{
background-color: #2555B2;
}
</style>
border-color css
<style>
span { border-color: #2555B2; }
span { border-color: rgb(37,85,178); }
td.TdClassName
{
border-color: #2555B2;
}
.TagClassName
{
border-color: #2555B2;
}
</style>