Shades of Cerulean Blue #2A5CBD
Tints of Cerulean Blue #2A5CBD
RGB
CMYK
RGB Variations
Color information
#2A5CBD (or 0x2A5CBD) is known color: Cerulean Blue. HEX triplet: 2A, 5C and BD. RGB value is (42,92,189). Sum of RGB (Red+Green+Blue) = 42+92+189=323 (42% of max value = 765). Red value is 42 (16.80% from 255 or 13.00% from 323); Green value is 92 (36.33% from 255 or 28.48% from 323); Blue value is 189 (74.22% from 255 or 58.51% from 323); Max value from RGB is 189 - color contains mainly: blue. Hex color #2A5CBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A5CBD is #D5A342. Grayscale: #575757. Windows color (decimal): -14000963 or 12409898. OLE color: 12409898.
HSL color Cylindrical-coordinate representation of color #2A5CBD: hue angle of 219.59º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2A5CBD is Cyan = 0.78, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 42 | 92 | 189 | - |
| CMYK | 0.78 | 0.51 | 0 | 0.26 |
| HSL | 219.59º | 0.64% | 0.45% | - |
| HSV(B) | 219.59º | 0.78% | 0.74% | - |
| XYZ | 13.97 | 11.82 | 49.69 | - |
| YUV | 88.11 | 184.94 | 95.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 92 | 189 | 0.78 | 0.51 | 0 | 0.26 | 219.59 | 0.64 | 0.45 |
| Hex | 2A | 5C | BD | 4E | 33 | 0 | 1A | DC | 40 | 2D |
| Octal | 52 | 134 | 275 | 116 | 63 | 0 | 32 | 334 | 100 | 55 |
| Binary | 101010 | 1011100 | 10111101 | 1001110 | 110011 | 0 | 11010 | 11011100 | 1000000 | 101101 |
Color Harmonies of #2A5CBD
Complementary color
Monochromatic Colors of #2A5CBD
Black with #2A5CBD
Text Example
Text Example
White with #2A5CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A5CBD; }
p { color: rgb(42,92,189); }
H1.HeaderClassName
{
color: #2A5CBD;
}
.AnyTagClassName
{
color: #2A5CBD;
}
</style>
background-color css
<style>
a { background-color: #2A5CBD; }
a { background-color: rgb(42,92,189); }
div.DivClassName
{
background-color: #2A5CBD;
}
.BgClassName
{
background-color: #2A5CBD;
}
</style>
border-color css
<style>
span { border-color: #2A5CBD; }
span { border-color: rgb(42,92,189); }
td.TdClassName
{
border-color: #2A5CBD;
}
.TagClassName
{
border-color: #2A5CBD;
}
</style>