Shades of Cerulean Blue #2A55CE
Tints of Cerulean Blue #2A55CE
RGB
CMYK
RGB Variations
Color information
#2A55CE (or 0x2A55CE) is known color: Cerulean Blue. HEX triplet: 2A, 55 and CE. RGB value is (42,85,206). Sum of RGB (Red+Green+Blue) = 42+85+206=333 (44% of max value = 765). Red value is 42 (16.80% from 255 or 12.61% from 333); Green value is 85 (33.59% from 255 or 25.53% from 333); Blue value is 206 (80.86% from 255 or 61.86% from 333); Max value from RGB is 206 - color contains mainly: blue. Hex color #2A55CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A55CE is #D5AA31. Grayscale: #555555. Windows color (decimal): -14002738 or 13522218. OLE color: 13522218.
HSL color Cylindrical-coordinate representation of color #2A55CE: hue angle of 224.27º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2A55CE is Cyan = 0.80, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 42 | 85 | 206 | - |
| CMYK | 0.80 | 0.59 | 0 | 0.19 |
| HSL | 224.27º | 0.66% | 0.49% | - |
| HSV(B) | 224.27º | 0.8% | 0.81% | - |
| XYZ | 15.34 | 11.45 | 59.79 | - |
| YUV | 85.94 | 195.75 | 96.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 85 | 206 | 0.80 | 0.59 | 0 | 0.19 | 224.27 | 0.66 | 0.49 |
| Hex | 2A | 55 | CE | 50 | 3B | 0 | 13 | E0 | 42 | 31 |
| Octal | 52 | 125 | 316 | 120 | 73 | 0 | 23 | 340 | 102 | 61 |
| Binary | 101010 | 1010101 | 11001110 | 1010000 | 111011 | 0 | 10011 | 11100000 | 1000010 | 110001 |
Color Harmonies of #2A55CE
Complementary color
Monochromatic Colors of #2A55CE
Black with #2A55CE
Text Example
Text Example
White with #2A55CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A55CE; }
p { color: rgb(42,85,206); }
H1.HeaderClassName
{
color: #2A55CE;
}
.AnyTagClassName
{
color: #2A55CE;
}
</style>
background-color css
<style>
a { background-color: #2A55CE; }
a { background-color: rgb(42,85,206); }
div.DivClassName
{
background-color: #2A55CE;
}
.BgClassName
{
background-color: #2A55CE;
}
</style>
border-color css
<style>
span { border-color: #2A55CE; }
span { border-color: rgb(42,85,206); }
td.TdClassName
{
border-color: #2A55CE;
}
.TagClassName
{
border-color: #2A55CE;
}
</style>