Shades of Royal Blue #2F68D0
Tints of Royal Blue #2F68D0
RGB
CMYK
RGB Variations
Color information
#2F68D0 (or 0x2F68D0) is known color: Royal Blue. HEX triplet: 2F, 68 and D0. RGB value is (47,104,208). Sum of RGB (Red+Green+Blue) = 47+104+208=359 (47% of max value = 765). Red value is 47 (18.75% from 255 or 13.09% from 359); Green value is 104 (41.02% from 255 or 28.97% from 359); Blue value is 208 (81.64% from 255 or 57.94% from 359); Max value from RGB is 208 - color contains mainly: blue. Hex color #2F68D0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2F68D0 is #D0972F. Grayscale: #626262. Windows color (decimal): -13670192 or 13658159. OLE color: 13658159.
HSL color Cylindrical-coordinate representation of color #2F68D0: hue angle of 218.76º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2F68D0 is Cyan = 0.77, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 47 | 104 | 208 | - |
| CMYK | 0.77 | 0.5 | 0 | 0.18 |
| HSL | 218.76º | 0.63% | 0.5% | - |
| HSV(B) | 218.76º | 0.77% | 0.82% | - |
| XYZ | 17.51 | 15.06 | 61.66 | - |
| YUV | 98.81 | 189.62 | 91.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 104 | 208 | 0.77 | 0.5 | 0 | 0.18 | 218.76 | 0.63 | 0.5 |
| Hex | 2F | 68 | D0 | 4D | 32 | 0 | 12 | DB | 3F | 32 |
| Octal | 57 | 150 | 320 | 115 | 62 | 0 | 22 | 333 | 77 | 62 |
| Binary | 101111 | 1101000 | 11010000 | 1001101 | 110010 | 0 | 10010 | 11011011 | 111111 | 110010 |
Color Harmonies of #2F68D0
Complementary color
Monochromatic Colors of #2F68D0
Black with #2F68D0
Text Example
Text Example
White with #2F68D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F68D0; }
p { color: rgb(47,104,208); }
H1.HeaderClassName
{
color: #2F68D0;
}
.AnyTagClassName
{
color: #2F68D0;
}
</style>
background-color css
<style>
a { background-color: #2F68D0; }
a { background-color: rgb(47,104,208); }
div.DivClassName
{
background-color: #2F68D0;
}
.BgClassName
{
background-color: #2F68D0;
}
</style>
border-color css
<style>
span { border-color: #2F68D0; }
span { border-color: rgb(47,104,208); }
td.TdClassName
{
border-color: #2F68D0;
}
.TagClassName
{
border-color: #2F68D0;
}
</style>