Shades of Cerulean Blue #2D60BF
Tints of Cerulean Blue #2D60BF
RGB
CMYK
RGB Variations
Color information
#2D60BF (or 0x2D60BF) is known color: Cerulean Blue. HEX triplet: 2D, 60 and BF. RGB value is (45,96,191). Sum of RGB (Red+Green+Blue) = 45+96+191=332 (43% of max value = 765). Red value is 45 (17.97% from 255 or 13.55% from 332); Green value is 96 (37.89% from 255 or 28.92% from 332); Blue value is 191 (75% from 255 or 57.53% from 332); Max value from RGB is 191 - color contains mainly: blue. Hex color #2D60BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2D60BF is #D29F40. Grayscale: #5B5B5B. Windows color (decimal): -13803329 or 12541997. OLE color: 12541997.
HSL color Cylindrical-coordinate representation of color #2D60BF: hue angle of 219.04º 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 #2D60BF is Cyan = 0.76, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 45 | 96 | 191 | - |
| CMYK | 0.76 | 0.50 | 0 | 0.25 |
| HSL | 219.04º | 0.62% | 0.46% | - |
| HSV(B) | 219.04º | 0.76% | 0.75% | - |
| XYZ | 14.67 | 12.69 | 50.97 | - |
| YUV | 91.58 | 184.1 | 94.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 96 | 191 | 0.76 | 0.50 | 0 | 0.25 | 219.04 | 0.62 | 0.46 |
| Hex | 2D | 60 | BF | 4C | 32 | 0 | 19 | DB | 3E | 2E |
| Octal | 55 | 140 | 277 | 114 | 62 | 0 | 31 | 333 | 76 | 56 |
| Binary | 101101 | 1100000 | 10111111 | 1001100 | 110010 | 0 | 11001 | 11011011 | 111110 | 101110 |
Color Harmonies of #2D60BF
Complementary color
Monochromatic Colors of #2D60BF
Black with #2D60BF
Text Example
Text Example
White with #2D60BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D60BF; }
p { color: rgb(45,96,191); }
H1.HeaderClassName
{
color: #2D60BF;
}
.AnyTagClassName
{
color: #2D60BF;
}
</style>
background-color css
<style>
a { background-color: #2D60BF; }
a { background-color: rgb(45,96,191); }
div.DivClassName
{
background-color: #2D60BF;
}
.BgClassName
{
background-color: #2D60BF;
}
</style>
border-color css
<style>
span { border-color: #2D60BF; }
span { border-color: rgb(45,96,191); }
td.TdClassName
{
border-color: #2D60BF;
}
.TagClassName
{
border-color: #2D60BF;
}
</style>