Shades of Cerulean Blue #2D5FB6
Tints of Cerulean Blue #2D5FB6
RGB
CMYK
RGB Variations
Color information
#2D5FB6 (or 0x2D5FB6) is known color: Cerulean Blue. HEX triplet: 2D, 5F and B6. RGB value is (45,95,182). Sum of RGB (Red+Green+Blue) = 45+95+182=322 (42% of max value = 765). Red value is 45 (17.97% from 255 or 13.98% from 322); Green value is 95 (37.5% from 255 or 29.50% from 322); Blue value is 182 (71.48% from 255 or 56.52% from 322); Max value from RGB is 182 - color contains mainly: blue. Hex color #2D5FB6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2D5FB6 is #D2A049. Grayscale: #595959. Windows color (decimal): -13803594 or 11951917. OLE color: 11951917.
HSL color Cylindrical-coordinate representation of color #2D5FB6: hue angle of 218.1º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2D5FB6 is Cyan = 0.75, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 45 | 95 | 182 | - |
| CMYK | 0.75 | 0.48 | 0 | 0.29 |
| HSL | 218.1º | 0.6% | 0.45% | - |
| HSV(B) | 218.1º | 0.75% | 0.71% | - |
| XYZ | 13.62 | 12.12 | 45.88 | - |
| YUV | 89.97 | 179.94 | 95.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 95 | 182 | 0.75 | 0.48 | 0 | 0.29 | 218.1 | 0.6 | 0.45 |
| Hex | 2D | 5F | B6 | 4B | 30 | 0 | 1D | DA | 3C | 2D |
| Octal | 55 | 137 | 266 | 113 | 60 | 0 | 35 | 332 | 74 | 55 |
| Binary | 101101 | 1011111 | 10110110 | 1001011 | 110000 | 0 | 11101 | 11011010 | 111100 | 101101 |
Color Harmonies of #2D5FB6
Complementary color
Monochromatic Colors of #2D5FB6
Black with #2D5FB6
Text Example
Text Example
White with #2D5FB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D5FB6; }
p { color: rgb(45,95,182); }
H1.HeaderClassName
{
color: #2D5FB6;
}
.AnyTagClassName
{
color: #2D5FB6;
}
</style>
background-color css
<style>
a { background-color: #2D5FB6; }
a { background-color: rgb(45,95,182); }
div.DivClassName
{
background-color: #2D5FB6;
}
.BgClassName
{
background-color: #2D5FB6;
}
</style>
border-color css
<style>
span { border-color: #2D5FB6; }
span { border-color: rgb(45,95,182); }
td.TdClassName
{
border-color: #2D5FB6;
}
.TagClassName
{
border-color: #2D5FB6;
}
</style>