Shades of Royal Blue #2F6BEA
Tints of Royal Blue #2F6BEA
RGB
CMYK
RGB Variations
Color information
#2F6BEA (or 0x2F6BEA) is known color: Royal Blue. HEX triplet: 2F, 6B and EA. RGB value is (47,107,234). Sum of RGB (Red+Green+Blue) = 47+107+234=388 (51% of max value = 765). Red value is 47 (18.75% from 255 or 12.11% from 388); Green value is 107 (42.19% from 255 or 27.58% from 388); Blue value is 234 (91.80% from 255 or 60.31% from 388); Max value from RGB is 234 - color contains mainly: blue. Hex color #2F6BEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2F6BEA is #D09415. Grayscale: #666666. Windows color (decimal): -13669398 or 15362863. OLE color: 15362863.
HSL color Cylindrical-coordinate representation of color #2F6BEA: hue angle of 220.75º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2F6BEA is Cyan = 0.80, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 47 | 107 | 234 | - |
| CMYK | 0.80 | 0.54 | 0 | 0.08 |
| HSL | 220.75º | 0.82% | 0.55% | - |
| HSV(B) | 220.75º | 0.8% | 0.92% | - |
| XYZ | 21.28 | 17.06 | 80.01 | - |
| YUV | 103.54 | 201.62 | 87.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 107 | 234 | 0.80 | 0.54 | 0 | 0.08 | 220.75 | 0.82 | 0.55 |
| Hex | 2F | 6B | EA | 50 | 36 | 0 | 8 | DD | 52 | 37 |
| Octal | 57 | 153 | 352 | 120 | 66 | 0 | 10 | 335 | 122 | 67 |
| Binary | 101111 | 1101011 | 11101010 | 1010000 | 110110 | 0 | 1000 | 11011101 | 1010010 | 110111 |
Color Harmonies of #2F6BEA
Complementary color
Monochromatic Colors of #2F6BEA
Black with #2F6BEA
Text Example
Text Example
White with #2F6BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F6BEA; }
p { color: rgb(47,107,234); }
H1.HeaderClassName
{
color: #2F6BEA;
}
.AnyTagClassName
{
color: #2F6BEA;
}
</style>
background-color css
<style>
a { background-color: #2F6BEA; }
a { background-color: rgb(47,107,234); }
div.DivClassName
{
background-color: #2F6BEA;
}
.BgClassName
{
background-color: #2F6BEA;
}
</style>
border-color css
<style>
span { border-color: #2F6BEA; }
span { border-color: rgb(47,107,234); }
td.TdClassName
{
border-color: #2F6BEA;
}
.TagClassName
{
border-color: #2F6BEA;
}
</style>