Shades of Cerulean Blue #2A5CCC
Tints of Cerulean Blue #2A5CCC
RGB
CMYK
RGB Variations
Color information
#2A5CCC (or 0x2A5CCC) is known color: Cerulean Blue. HEX triplet: 2A, 5C and CC. RGB value is (42,92,204). Sum of RGB (Red+Green+Blue) = 42+92+204=338 (44% of max value = 765). Red value is 42 (16.80% from 255 or 12.43% from 338); Green value is 92 (36.33% from 255 or 27.22% from 338); Blue value is 204 (80.08% from 255 or 60.36% from 338); Max value from RGB is 204 - color contains mainly: blue. Hex color #2A5CCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A5CCC is #D5A333. Grayscale: #595959. Windows color (decimal): -14000948 or 13392938. OLE color: 13392938.
HSL color Cylindrical-coordinate representation of color #2A5CCC: hue angle of 221.48º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2A5CCC is Cyan = 0.79, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 42 | 92 | 204 | - |
| CMYK | 0.79 | 0.55 | 0 | 0.2 |
| HSL | 221.48º | 0.66% | 0.48% | - |
| HSV(B) | 221.48º | 0.79% | 0.8% | - |
| XYZ | 15.68 | 12.51 | 58.71 | - |
| YUV | 89.82 | 192.44 | 93.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 92 | 204 | 0.79 | 0.55 | 0 | 0.2 | 221.48 | 0.66 | 0.48 |
| Hex | 2A | 5C | CC | 4F | 37 | 0 | 14 | DD | 42 | 30 |
| Octal | 52 | 134 | 314 | 117 | 67 | 0 | 24 | 335 | 102 | 60 |
| Binary | 101010 | 1011100 | 11001100 | 1001111 | 110111 | 0 | 10100 | 11011101 | 1000010 | 110000 |
Color Harmonies of #2A5CCC
Complementary color
Monochromatic Colors of #2A5CCC
Black with #2A5CCC
Text Example
Text Example
White with #2A5CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A5CCC; }
p { color: rgb(42,92,204); }
H1.HeaderClassName
{
color: #2A5CCC;
}
.AnyTagClassName
{
color: #2A5CCC;
}
</style>
background-color css
<style>
a { background-color: #2A5CCC; }
a { background-color: rgb(42,92,204); }
div.DivClassName
{
background-color: #2A5CCC;
}
.BgClassName
{
background-color: #2A5CCC;
}
</style>
border-color css
<style>
span { border-color: #2A5CCC; }
span { border-color: rgb(42,92,204); }
td.TdClassName
{
border-color: #2A5CCC;
}
.TagClassName
{
border-color: #2A5CCC;
}
</style>