Shades of Cerulean Blue #2D5FBE
Tints of Cerulean Blue #2D5FBE
RGB
CMYK
RGB Variations
Color information
#2D5FBE (or 0x2D5FBE) is known color: Cerulean Blue. HEX triplet: 2D, 5F and BE. RGB value is (45,95,190). Sum of RGB (Red+Green+Blue) = 45+95+190=330 (43% of max value = 765). Red value is 45 (17.97% from 255 or 13.64% from 330); Green value is 95 (37.5% from 255 or 28.79% from 330); Blue value is 190 (74.61% from 255 or 57.58% from 330); Max value from RGB is 190 - color contains mainly: blue. Hex color #2D5FBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2D5FBE is #D2A041. Grayscale: #5A5A5A. Windows color (decimal): -13803586 or 12476205. OLE color: 12476205.
HSL color Cylindrical-coordinate representation of color #2D5FBE: hue angle of 219.31º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2D5FBE is Cyan = 0.76, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 45 | 95 | 190 | - |
| CMYK | 0.76 | 0.5 | 0 | 0.25 |
| HSL | 219.31º | 0.62% | 0.46% | - |
| HSV(B) | 219.31º | 0.76% | 0.75% | - |
| XYZ | 14.47 | 12.46 | 50.36 | - |
| YUV | 90.88 | 183.94 | 95.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 95 | 190 | 0.76 | 0.5 | 0 | 0.25 | 219.31 | 0.62 | 0.46 |
| Hex | 2D | 5F | BE | 4C | 32 | 0 | 19 | DB | 3E | 2E |
| Octal | 55 | 137 | 276 | 114 | 62 | 0 | 31 | 333 | 76 | 56 |
| Binary | 101101 | 1011111 | 10111110 | 1001100 | 110010 | 0 | 11001 | 11011011 | 111110 | 101110 |
Color Harmonies of #2D5FBE
Complementary color
Monochromatic Colors of #2D5FBE
Black with #2D5FBE
Text Example
Text Example
White with #2D5FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D5FBE; }
p { color: rgb(45,95,190); }
H1.HeaderClassName
{
color: #2D5FBE;
}
.AnyTagClassName
{
color: #2D5FBE;
}
</style>
background-color css
<style>
a { background-color: #2D5FBE; }
a { background-color: rgb(45,95,190); }
div.DivClassName
{
background-color: #2D5FBE;
}
.BgClassName
{
background-color: #2D5FBE;
}
</style>
border-color css
<style>
span { border-color: #2D5FBE; }
span { border-color: rgb(45,95,190); }
td.TdClassName
{
border-color: #2D5FBE;
}
.TagClassName
{
border-color: #2D5FBE;
}
</style>