Shades of Cerulean Blue #2D5DBF
Tints of Cerulean Blue #2D5DBF
RGB
CMYK
RGB Variations
Color information
#2D5DBF (or 0x2D5DBF) is known color: Cerulean Blue. HEX triplet: 2D, 5D and BF. RGB value is (45,93,191). Sum of RGB (Red+Green+Blue) = 45+93+191=329 (43% of max value = 765). Red value is 45 (17.97% from 255 or 13.68% from 329); Green value is 93 (36.72% from 255 or 28.27% from 329); Blue value is 191 (75% from 255 or 58.05% from 329); Max value from RGB is 191 - color contains mainly: blue. Hex color #2D5DBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2D5DBF is #D2A240. Grayscale: #595959. Windows color (decimal): -13804097 or 12541229. OLE color: 12541229.
HSL color Cylindrical-coordinate representation of color #2D5DBF: hue angle of 220.27º 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 #2D5DBF is Cyan = 0.76, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 45 | 93 | 191 | - |
| CMYK | 0.76 | 0.51 | 0 | 0.25 |
| HSL | 220.27º | 0.62% | 0.46% | - |
| HSV(B) | 220.27º | 0.76% | 0.75% | - |
| XYZ | 14.4 | 12.15 | 50.88 | - |
| YUV | 89.82 | 185.1 | 96.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 93 | 191 | 0.76 | 0.51 | 0 | 0.25 | 220.27 | 0.62 | 0.46 |
| Hex | 2D | 5D | BF | 4C | 33 | 0 | 19 | DC | 3E | 2E |
| Octal | 55 | 135 | 277 | 114 | 63 | 0 | 31 | 334 | 76 | 56 |
| Binary | 101101 | 1011101 | 10111111 | 1001100 | 110011 | 0 | 11001 | 11011100 | 111110 | 101110 |
Color Harmonies of #2D5DBF
Complementary color
Monochromatic Colors of #2D5DBF
Black with #2D5DBF
Text Example
Text Example
White with #2D5DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D5DBF; }
p { color: rgb(45,93,191); }
H1.HeaderClassName
{
color: #2D5DBF;
}
.AnyTagClassName
{
color: #2D5DBF;
}
</style>
background-color css
<style>
a { background-color: #2D5DBF; }
a { background-color: rgb(45,93,191); }
div.DivClassName
{
background-color: #2D5DBF;
}
.BgClassName
{
background-color: #2D5DBF;
}
</style>
border-color css
<style>
span { border-color: #2D5DBF; }
span { border-color: rgb(45,93,191); }
td.TdClassName
{
border-color: #2D5DBF;
}
.TagClassName
{
border-color: #2D5DBF;
}
</style>