Shades of Cerulean Blue #2A54B7
Tints of Cerulean Blue #2A54B7
RGB
CMYK
RGB Variations
Color information
#2A54B7 (or 0x2A54B7) is known color: Cerulean Blue. HEX triplet: 2A, 54 and B7. RGB value is (42,84,183). Sum of RGB (Red+Green+Blue) = 42+84+183=309 (40% of max value = 765). Red value is 42 (16.80% from 255 or 13.59% from 309); Green value is 84 (33.20% from 255 or 27.18% from 309); Blue value is 183 (71.88% from 255 or 59.22% from 309); Max value from RGB is 183 - color contains mainly: blue. Hex color #2A54B7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A54B7 is #D5AB48. Grayscale: #525252. Windows color (decimal): -14003017 or 12014634. OLE color: 12014634.
HSL color Cylindrical-coordinate representation of color #2A54B7: hue angle of 222.13º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2A54B7 is Cyan = 0.77, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 42 | 84 | 183 | - |
| CMYK | 0.77 | 0.54 | 0 | 0.28 |
| HSL | 222.13º | 0.63% | 0.44% | - |
| HSV(B) | 222.13º | 0.77% | 0.72% | - |
| XYZ | 12.67 | 10.25 | 46.11 | - |
| YUV | 82.73 | 184.59 | 98.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 84 | 183 | 0.77 | 0.54 | 0 | 0.28 | 222.13 | 0.63 | 0.44 |
| Hex | 2A | 54 | B7 | 4D | 36 | 0 | 1C | DE | 3F | 2C |
| Octal | 52 | 124 | 267 | 115 | 66 | 0 | 34 | 336 | 77 | 54 |
| Binary | 101010 | 1010100 | 10110111 | 1001101 | 110110 | 0 | 11100 | 11011110 | 111111 | 101100 |
Color Harmonies of #2A54B7
Complementary color
Monochromatic Colors of #2A54B7
Black with #2A54B7
Text Example
Text Example
White with #2A54B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A54B7; }
p { color: rgb(42,84,183); }
H1.HeaderClassName
{
color: #2A54B7;
}
.AnyTagClassName
{
color: #2A54B7;
}
</style>
background-color css
<style>
a { background-color: #2A54B7; }
a { background-color: rgb(42,84,183); }
div.DivClassName
{
background-color: #2A54B7;
}
.BgClassName
{
background-color: #2A54B7;
}
</style>
border-color css
<style>
span { border-color: #2A54B7; }
span { border-color: rgb(42,84,183); }
td.TdClassName
{
border-color: #2A54B7;
}
.TagClassName
{
border-color: #2A54B7;
}
</style>