Shades of Royal Blue #2F6CFC
Tints of Royal Blue #2F6CFC
RGB
CMYK
RGB Variations
Color information
#2F6CFC (or 0x2F6CFC) is known color: Royal Blue. HEX triplet: 2F, 6C and FC. RGB value is (47,108,252). Sum of RGB (Red+Green+Blue) = 47+108+252=407 (53% of max value = 765). Red value is 47 (18.75% from 255 or 11.55% from 407); Green value is 108 (42.58% from 255 or 26.54% from 407); Blue value is 252 (98.83% from 255 or 61.92% from 407); Max value from RGB is 252 - color contains mainly: blue. Hex color #2F6CFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2F6CFC is #D09303. Grayscale: #696969. Windows color (decimal): -13669124 or 16542767. OLE color: 16542767.
HSL color Cylindrical-coordinate representation of color #2F6CFC: hue angle of 222.15º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2F6CFC is Cyan = 0.81, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 47 | 108 | 252 | - |
| CMYK | 0.81 | 0.57 | 0 | 0.01 |
| HSL | 222.15º | 0.97% | 0.59% | - |
| HSV(B) | 222.15º | 0.81% | 0.99% | - |
| XYZ | 24.11 | 18.36 | 94.37 | - |
| YUV | 106.18 | 210.29 | 85.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 108 | 252 | 0.81 | 0.57 | 0 | 0.01 | 222.15 | 0.97 | 0.59 |
| Hex | 2F | 6C | FC | 51 | 39 | 0 | 1 | DE | 61 | 3B |
| Octal | 57 | 154 | 374 | 121 | 71 | 0 | 1 | 336 | 141 | 73 |
| Binary | 101111 | 1101100 | 11111100 | 1010001 | 111001 | 0 | 1 | 11011110 | 1100001 | 111011 |
Color Harmonies of #2F6CFC
Complementary color
Monochromatic Colors of #2F6CFC
Black with #2F6CFC
Text Example
Text Example
White with #2F6CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F6CFC; }
p { color: rgb(47,108,252); }
H1.HeaderClassName
{
color: #2F6CFC;
}
.AnyTagClassName
{
color: #2F6CFC;
}
</style>
background-color css
<style>
a { background-color: #2F6CFC; }
a { background-color: rgb(47,108,252); }
div.DivClassName
{
background-color: #2F6CFC;
}
.BgClassName
{
background-color: #2F6CFC;
}
</style>
border-color css
<style>
span { border-color: #2F6CFC; }
span { border-color: rgb(47,108,252); }
td.TdClassName
{
border-color: #2F6CFC;
}
.TagClassName
{
border-color: #2F6CFC;
}
</style>