Shades of Royal Blue #2F69D8
Tints of Royal Blue #2F69D8
RGB
CMYK
RGB Variations
Color information
#2F69D8 (or 0x2F69D8) is known color: Royal Blue. HEX triplet: 2F, 69 and D8. RGB value is (47,105,216). Sum of RGB (Red+Green+Blue) = 47+105+216=368 (48% of max value = 765). Red value is 47 (18.75% from 255 or 12.77% from 368); Green value is 105 (41.41% from 255 or 28.53% from 368); Blue value is 216 (84.77% from 255 or 58.70% from 368); Max value from RGB is 216 - color contains mainly: blue. Hex color #2F69D8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2F69D8 is #D09627. Grayscale: #636363. Windows color (decimal): -13669928 or 14182703. OLE color: 14182703.
HSL color Cylindrical-coordinate representation of color #2F69D8: hue angle of 219.41º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2F69D8 is Cyan = 0.78, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 47 | 105 | 216 | - |
| CMYK | 0.78 | 0.51 | 0 | 0.15 |
| HSL | 219.41º | 0.68% | 0.52% | - |
| HSV(B) | 219.41º | 0.78% | 0.85% | - |
| XYZ | 18.62 | 15.67 | 67.01 | - |
| YUV | 100.31 | 193.28 | 89.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 105 | 216 | 0.78 | 0.51 | 0 | 0.15 | 219.41 | 0.68 | 0.52 |
| Hex | 2F | 69 | D8 | 4E | 33 | 0 | F | DB | 44 | 34 |
| Octal | 57 | 151 | 330 | 116 | 63 | 0 | 17 | 333 | 104 | 64 |
| Binary | 101111 | 1101001 | 11011000 | 1001110 | 110011 | 0 | 1111 | 11011011 | 1000100 | 110100 |
Color Harmonies of #2F69D8
Complementary color
Monochromatic Colors of #2F69D8
Black with #2F69D8
Text Example
Text Example
White with #2F69D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F69D8; }
p { color: rgb(47,105,216); }
H1.HeaderClassName
{
color: #2F69D8;
}
.AnyTagClassName
{
color: #2F69D8;
}
</style>
background-color css
<style>
a { background-color: #2F69D8; }
a { background-color: rgb(47,105,216); }
div.DivClassName
{
background-color: #2F69D8;
}
.BgClassName
{
background-color: #2F69D8;
}
</style>
border-color css
<style>
span { border-color: #2F69D8; }
span { border-color: rgb(47,105,216); }
td.TdClassName
{
border-color: #2F69D8;
}
.TagClassName
{
border-color: #2F69D8;
}
</style>