Shades of Royal Blue #2F67F8
Tints of Royal Blue #2F67F8
RGB
CMYK
RGB Variations
Color information
#2F67F8 (or 0x2F67F8) is known color: Royal Blue. HEX triplet: 2F, 67 and F8. RGB value is (47,103,248). Sum of RGB (Red+Green+Blue) = 47+103+248=398 (52% of max value = 765). Red value is 47 (18.75% from 255 or 11.81% from 398); Green value is 103 (40.62% from 255 or 25.88% from 398); Blue value is 248 (97.27% from 255 or 62.31% from 398); Max value from RGB is 248 - color contains mainly: blue. Hex color #2F67F8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2F67F8 is #D09807. Grayscale: #666666. Windows color (decimal): -13670408 or 16279343. OLE color: 16279343.
HSL color Cylindrical-coordinate representation of color #2F67F8: hue angle of 223.28º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2F67F8 is Cyan = 0.81, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 47 | 103 | 248 | - |
| CMYK | 0.81 | 0.58 | 0 | 0.03 |
| HSL | 223.28º | 0.93% | 0.58% | - |
| HSV(B) | 223.28º | 0.81% | 0.97% | - |
| XYZ | 22.97 | 17.08 | 90.89 | - |
| YUV | 102.79 | 209.95 | 88.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 103 | 248 | 0.81 | 0.58 | 0 | 0.03 | 223.28 | 0.93 | 0.58 |
| Hex | 2F | 67 | F8 | 51 | 3A | 0 | 3 | DF | 5D | 3A |
| Octal | 57 | 147 | 370 | 121 | 72 | 0 | 3 | 337 | 135 | 72 |
| Binary | 101111 | 1100111 | 11111000 | 1010001 | 111010 | 0 | 11 | 11011111 | 1011101 | 111010 |
Color Harmonies of #2F67F8
Complementary color
Monochromatic Colors of #2F67F8
Black with #2F67F8
Text Example
Text Example
White with #2F67F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F67F8; }
p { color: rgb(47,103,248); }
H1.HeaderClassName
{
color: #2F67F8;
}
.AnyTagClassName
{
color: #2F67F8;
}
</style>
background-color css
<style>
a { background-color: #2F67F8; }
a { background-color: rgb(47,103,248); }
div.DivClassName
{
background-color: #2F67F8;
}
.BgClassName
{
background-color: #2F67F8;
}
</style>
border-color css
<style>
span { border-color: #2F67F8; }
span { border-color: rgb(47,103,248); }
td.TdClassName
{
border-color: #2F67F8;
}
.TagClassName
{
border-color: #2F67F8;
}
</style>