Shades of Cerulean Blue #2D5CBF
Tints of Cerulean Blue #2D5CBF
RGB
CMYK
RGB Variations
Color information
#2D5CBF (or 0x2D5CBF) is known color: Cerulean Blue. HEX triplet: 2D, 5C and BF. RGB value is (45,92,191). Sum of RGB (Red+Green+Blue) = 45+92+191=328 (43% of max value = 765). Red value is 45 (17.97% from 255 or 13.72% from 328); Green value is 92 (36.33% from 255 or 28.05% from 328); Blue value is 191 (75% from 255 or 58.23% from 328); Max value from RGB is 191 - color contains mainly: blue. Hex color #2D5CBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2D5CBF is #D2A340. Grayscale: #585858. Windows color (decimal): -13804353 or 12540973. OLE color: 12540973.
HSL color Cylindrical-coordinate representation of color #2D5CBF: hue angle of 220.68º 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 #2D5CBF is Cyan = 0.76, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 45 | 92 | 191 | - |
| CMYK | 0.76 | 0.52 | 0 | 0.25 |
| HSL | 220.68º | 0.62% | 0.46% | - |
| HSV(B) | 220.68º | 0.76% | 0.75% | - |
| XYZ | 14.31 | 11.97 | 50.85 | - |
| YUV | 89.23 | 185.43 | 96.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 92 | 191 | 0.76 | 0.52 | 0 | 0.25 | 220.68 | 0.62 | 0.46 |
| Hex | 2D | 5C | BF | 4C | 34 | 0 | 19 | DD | 3E | 2E |
| Octal | 55 | 134 | 277 | 114 | 64 | 0 | 31 | 335 | 76 | 56 |
| Binary | 101101 | 1011100 | 10111111 | 1001100 | 110100 | 0 | 11001 | 11011101 | 111110 | 101110 |
Color Harmonies of #2D5CBF
Complementary color
Monochromatic Colors of #2D5CBF
Black with #2D5CBF
Text Example
Text Example
White with #2D5CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D5CBF; }
p { color: rgb(45,92,191); }
H1.HeaderClassName
{
color: #2D5CBF;
}
.AnyTagClassName
{
color: #2D5CBF;
}
</style>
background-color css
<style>
a { background-color: #2D5CBF; }
a { background-color: rgb(45,92,191); }
div.DivClassName
{
background-color: #2D5CBF;
}
.BgClassName
{
background-color: #2D5CBF;
}
</style>
border-color css
<style>
span { border-color: #2D5CBF; }
span { border-color: rgb(45,92,191); }
td.TdClassName
{
border-color: #2D5CBF;
}
.TagClassName
{
border-color: #2D5CBF;
}
</style>