Shades of Cerulean Blue #2F5DCD
Tints of Cerulean Blue #2F5DCD
RGB
CMYK
RGB Variations
Color information
#2F5DCD (or 0x2F5DCD) is known color: Cerulean Blue. HEX triplet: 2F, 5D and CD. RGB value is (47,93,205). Sum of RGB (Red+Green+Blue) = 47+93+205=345 (45% of max value = 765). Red value is 47 (18.75% from 255 or 13.62% from 345); Green value is 93 (36.72% from 255 or 26.96% from 345); Blue value is 205 (80.47% from 255 or 59.42% from 345); Max value from RGB is 205 - color contains mainly: blue. Hex color #2F5DCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2F5DCD is #D0A232. Grayscale: #5B5B5B. Windows color (decimal): -13673011 or 13458735. OLE color: 13458735.
HSL color Cylindrical-coordinate representation of color #2F5DCD: hue angle of 222.53º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2F5DCD is Cyan = 0.77, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 47 | 93 | 205 | - |
| CMYK | 0.77 | 0.55 | 0 | 0.20 |
| HSL | 222.53º | 0.63% | 0.49% | - |
| HSV(B) | 222.53º | 0.77% | 0.8% | - |
| XYZ | 16.11 | 12.84 | 59.39 | - |
| YUV | 92.01 | 191.76 | 95.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 93 | 205 | 0.77 | 0.55 | 0 | 0.20 | 222.53 | 0.63 | 0.49 |
| Hex | 2F | 5D | CD | 4D | 37 | 0 | 14 | DF | 3F | 31 |
| Octal | 57 | 135 | 315 | 115 | 67 | 0 | 24 | 337 | 77 | 61 |
| Binary | 101111 | 1011101 | 11001101 | 1001101 | 110111 | 0 | 10100 | 11011111 | 111111 | 110001 |
Color Harmonies of #2F5DCD
Complementary color
Monochromatic Colors of #2F5DCD
Black with #2F5DCD
Text Example
Text Example
White with #2F5DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F5DCD; }
p { color: rgb(47,93,205); }
H1.HeaderClassName
{
color: #2F5DCD;
}
.AnyTagClassName
{
color: #2F5DCD;
}
</style>
background-color css
<style>
a { background-color: #2F5DCD; }
a { background-color: rgb(47,93,205); }
div.DivClassName
{
background-color: #2F5DCD;
}
.BgClassName
{
background-color: #2F5DCD;
}
</style>
border-color css
<style>
span { border-color: #2F5DCD; }
span { border-color: rgb(47,93,205); }
td.TdClassName
{
border-color: #2F5DCD;
}
.TagClassName
{
border-color: #2F5DCD;
}
</style>