Shades of Cerulean Blue #2F5DB7
Tints of Cerulean Blue #2F5DB7
RGB
CMYK
RGB Variations
Color information
#2F5DB7 (or 0x2F5DB7) is known color: Cerulean Blue. HEX triplet: 2F, 5D and B7. RGB value is (47,93,183). Sum of RGB (Red+Green+Blue) = 47+93+183=323 (42% of max value = 765). Red value is 47 (18.75% from 255 or 14.55% from 323); Green value is 93 (36.72% from 255 or 28.79% from 323); Blue value is 183 (71.88% from 255 or 56.66% from 323); Max value from RGB is 183 - color contains mainly: blue. Hex color #2F5DB7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2F5DB7 is #D0A248. Grayscale: #595959. Windows color (decimal): -13673033 or 12016943. OLE color: 12016943.
HSL color Cylindrical-coordinate representation of color #2F5DB7: hue angle of 219.71º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2F5DB7 is Cyan = 0.74, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 47 | 93 | 183 | - |
| CMYK | 0.74 | 0.49 | 0 | 0.28 |
| HSL | 219.71º | 0.59% | 0.45% | - |
| HSV(B) | 219.71º | 0.74% | 0.72% | - |
| XYZ | 13.63 | 11.85 | 46.37 | - |
| YUV | 89.51 | 180.76 | 97.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 93 | 183 | 0.74 | 0.49 | 0 | 0.28 | 219.71 | 0.59 | 0.45 |
| Hex | 2F | 5D | B7 | 4A | 31 | 0 | 1C | DC | 3B | 2D |
| Octal | 57 | 135 | 267 | 112 | 61 | 0 | 34 | 334 | 73 | 55 |
| Binary | 101111 | 1011101 | 10110111 | 1001010 | 110001 | 0 | 11100 | 11011100 | 111011 | 101101 |
Color Harmonies of #2F5DB7
Complementary color
Monochromatic Colors of #2F5DB7
Black with #2F5DB7
Text Example
Text Example
White with #2F5DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F5DB7; }
p { color: rgb(47,93,183); }
H1.HeaderClassName
{
color: #2F5DB7;
}
.AnyTagClassName
{
color: #2F5DB7;
}
</style>
background-color css
<style>
a { background-color: #2F5DB7; }
a { background-color: rgb(47,93,183); }
div.DivClassName
{
background-color: #2F5DB7;
}
.BgClassName
{
background-color: #2F5DB7;
}
</style>
border-color css
<style>
span { border-color: #2F5DB7; }
span { border-color: rgb(47,93,183); }
td.TdClassName
{
border-color: #2F5DB7;
}
.TagClassName
{
border-color: #2F5DB7;
}
</style>