Shades of Cerulean Blue #2A5DB4
Tints of Cerulean Blue #2A5DB4
RGB
CMYK
RGB Variations
Color information
#2A5DB4 (or 0x2A5DB4) is known color: Cerulean Blue. HEX triplet: 2A, 5D and B4. RGB value is (42,93,180). Sum of RGB (Red+Green+Blue) = 42+93+180=315 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.33% from 315); Green value is 93 (36.72% from 255 or 29.52% from 315); Blue value is 180 (70.70% from 255 or 57.14% from 315); Max value from RGB is 180 - color contains mainly: blue. Hex color #2A5DB4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A5DB4 is #D5A24B. Grayscale: #575757. Windows color (decimal): -14000716 or 11820330. OLE color: 11820330.
HSL color Cylindrical-coordinate representation of color #2A5DB4: hue angle of 217.83º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2A5DB4 is Cyan = 0.77, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 42 | 93 | 180 | - |
| CMYK | 0.77 | 0.48 | 0 | 0.29 |
| HSL | 217.83º | 0.62% | 0.44% | - |
| HSV(B) | 217.83º | 0.77% | 0.71% | - |
| XYZ | 13.11 | 11.62 | 44.73 | - |
| YUV | 87.67 | 180.1 | 95.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 93 | 180 | 0.77 | 0.48 | 0 | 0.29 | 217.83 | 0.62 | 0.44 |
| Hex | 2A | 5D | B4 | 4D | 30 | 0 | 1D | DA | 3E | 2C |
| Octal | 52 | 135 | 264 | 115 | 60 | 0 | 35 | 332 | 76 | 54 |
| Binary | 101010 | 1011101 | 10110100 | 1001101 | 110000 | 0 | 11101 | 11011010 | 111110 | 101100 |
Color Harmonies of #2A5DB4
Complementary color
Monochromatic Colors of #2A5DB4
Black with #2A5DB4
Text Example
Text Example
White with #2A5DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A5DB4; }
p { color: rgb(42,93,180); }
H1.HeaderClassName
{
color: #2A5DB4;
}
.AnyTagClassName
{
color: #2A5DB4;
}
</style>
background-color css
<style>
a { background-color: #2A5DB4; }
a { background-color: rgb(42,93,180); }
div.DivClassName
{
background-color: #2A5DB4;
}
.BgClassName
{
background-color: #2A5DB4;
}
</style>
border-color css
<style>
span { border-color: #2A5DB4; }
span { border-color: rgb(42,93,180); }
td.TdClassName
{
border-color: #2A5DB4;
}
.TagClassName
{
border-color: #2A5DB4;
}
</style>