Shades of Royal Blue #2F55DC
Tints of Royal Blue #2F55DC
RGB
CMYK
RGB Variations
Color information
#2F55DC (or 0x2F55DC) is known color: Royal Blue. HEX triplet: 2F, 55 and DC. RGB value is (47,85,220). Sum of RGB (Red+Green+Blue) = 47+85+220=352 (46% of max value = 765). Red value is 47 (18.75% from 255 or 13.35% from 352); Green value is 85 (33.59% from 255 or 24.15% from 352); Blue value is 220 (86.33% from 255 or 62.5% from 352); Max value from RGB is 220 - color contains mainly: blue. Hex color #2F55DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2F55DC is #D0AA23. Grayscale: #585858. Windows color (decimal): -13675044 or 14439727. OLE color: 14439727.
HSL color Cylindrical-coordinate representation of color #2F55DC: hue angle of 226.82º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2F55DC is Cyan = 0.79, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 47 | 85 | 220 | - |
| CMYK | 0.79 | 0.61 | 0 | 0.14 |
| HSL | 226.82º | 0.71% | 0.52% | - |
| HSV(B) | 226.82º | 0.79% | 0.86% | - |
| XYZ | 17.34 | 12.27 | 69.16 | - |
| YUV | 89.03 | 201.91 | 98.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 85 | 220 | 0.79 | 0.61 | 0 | 0.14 | 226.82 | 0.71 | 0.52 |
| Hex | 2F | 55 | DC | 4F | 3D | 0 | E | E3 | 47 | 34 |
| Octal | 57 | 125 | 334 | 117 | 75 | 0 | 16 | 343 | 107 | 64 |
| Binary | 101111 | 1010101 | 11011100 | 1001111 | 111101 | 0 | 1110 | 11100011 | 1000111 | 110100 |
Color Harmonies of #2F55DC
Complementary color
Monochromatic Colors of #2F55DC
Black with #2F55DC
Text Example
Text Example
White with #2F55DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F55DC; }
p { color: rgb(47,85,220); }
H1.HeaderClassName
{
color: #2F55DC;
}
.AnyTagClassName
{
color: #2F55DC;
}
</style>
background-color css
<style>
a { background-color: #2F55DC; }
a { background-color: rgb(47,85,220); }
div.DivClassName
{
background-color: #2F55DC;
}
.BgClassName
{
background-color: #2F55DC;
}
</style>
border-color css
<style>
span { border-color: #2F55DC; }
span { border-color: rgb(47,85,220); }
td.TdClassName
{
border-color: #2F55DC;
}
.TagClassName
{
border-color: #2F55DC;
}
</style>