Shades of Cerulean Blue #2A5DBB
Tints of Cerulean Blue #2A5DBB
RGB
CMYK
RGB Variations
Color information
#2A5DBB (or 0x2A5DBB) is known color: Cerulean Blue. HEX triplet: 2A, 5D and BB. RGB value is (42,93,187). Sum of RGB (Red+Green+Blue) = 42+93+187=322 (42% of max value = 765). Red value is 42 (16.80% from 255 or 13.04% from 322); Green value is 93 (36.72% from 255 or 28.88% from 322); Blue value is 187 (73.44% from 255 or 58.07% from 322); Max value from RGB is 187 - color contains mainly: blue. Hex color #2A5DBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A5DBB is #D5A244. Grayscale: #585858. Windows color (decimal): -14000709 or 12279082. OLE color: 12279082.
HSL color Cylindrical-coordinate representation of color #2A5DBB: hue angle of 218.9º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2A5DBB is Cyan = 0.78, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 42 | 93 | 187 | - |
| CMYK | 0.78 | 0.50 | 0 | 0.27 |
| HSL | 218.9º | 0.63% | 0.45% | - |
| HSV(B) | 218.9º | 0.78% | 0.73% | - |
| XYZ | 13.84 | 11.91 | 48.58 | - |
| YUV | 88.47 | 183.6 | 94.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 93 | 187 | 0.78 | 0.50 | 0 | 0.27 | 218.9 | 0.63 | 0.45 |
| Hex | 2A | 5D | BB | 4E | 32 | 0 | 1B | DB | 3F | 2D |
| Octal | 52 | 135 | 273 | 116 | 62 | 0 | 33 | 333 | 77 | 55 |
| Binary | 101010 | 1011101 | 10111011 | 1001110 | 110010 | 0 | 11011 | 11011011 | 111111 | 101101 |
Color Harmonies of #2A5DBB
Complementary color
Monochromatic Colors of #2A5DBB
Black with #2A5DBB
Text Example
Text Example
White with #2A5DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A5DBB; }
p { color: rgb(42,93,187); }
H1.HeaderClassName
{
color: #2A5DBB;
}
.AnyTagClassName
{
color: #2A5DBB;
}
</style>
background-color css
<style>
a { background-color: #2A5DBB; }
a { background-color: rgb(42,93,187); }
div.DivClassName
{
background-color: #2A5DBB;
}
.BgClassName
{
background-color: #2A5DBB;
}
</style>
border-color css
<style>
span { border-color: #2A5DBB; }
span { border-color: rgb(42,93,187); }
td.TdClassName
{
border-color: #2A5DBB;
}
.TagClassName
{
border-color: #2A5DBB;
}
</style>