Shades of Royal Blue #2F5CEA
Tints of Royal Blue #2F5CEA
RGB
CMYK
RGB Variations
Color information
#2F5CEA (or 0x2F5CEA) is known color: Royal Blue. HEX triplet: 2F, 5C and EA. RGB value is (47,92,234). Sum of RGB (Red+Green+Blue) = 47+92+234=373 (49% of max value = 765). Red value is 47 (18.75% from 255 or 12.60% from 373); Green value is 92 (36.33% from 255 or 24.66% from 373); Blue value is 234 (91.80% from 255 or 62.73% from 373); Max value from RGB is 234 - color contains mainly: blue. Hex color #2F5CEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2F5CEA is #D0A315. Grayscale: #5E5E5E. Windows color (decimal): -13673238 or 15359023. OLE color: 15359023.
HSL color Cylindrical-coordinate representation of color #2F5CEA: hue angle of 225.56º 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 #2F5CEA is Cyan = 0.80, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 47 | 92 | 234 | - |
| CMYK | 0.80 | 0.61 | 0 | 0.08 |
| HSL | 225.56º | 0.82% | 0.55% | - |
| HSV(B) | 225.56º | 0.8% | 0.92% | - |
| XYZ | 19.85 | 14.2 | 79.54 | - |
| YUV | 94.73 | 206.59 | 93.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 92 | 234 | 0.80 | 0.61 | 0 | 0.08 | 225.56 | 0.82 | 0.55 |
| Hex | 2F | 5C | EA | 50 | 3D | 0 | 8 | E2 | 52 | 37 |
| Octal | 57 | 134 | 352 | 120 | 75 | 0 | 10 | 342 | 122 | 67 |
| Binary | 101111 | 1011100 | 11101010 | 1010000 | 111101 | 0 | 1000 | 11100010 | 1010010 | 110111 |
Color Harmonies of #2F5CEA
Complementary color
Monochromatic Colors of #2F5CEA
Black with #2F5CEA
Text Example
Text Example
White with #2F5CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F5CEA; }
p { color: rgb(47,92,234); }
H1.HeaderClassName
{
color: #2F5CEA;
}
.AnyTagClassName
{
color: #2F5CEA;
}
</style>
background-color css
<style>
a { background-color: #2F5CEA; }
a { background-color: rgb(47,92,234); }
div.DivClassName
{
background-color: #2F5CEA;
}
.BgClassName
{
background-color: #2F5CEA;
}
</style>
border-color css
<style>
span { border-color: #2F5CEA; }
span { border-color: rgb(47,92,234); }
td.TdClassName
{
border-color: #2F5CEA;
}
.TagClassName
{
border-color: #2F5CEA;
}
</style>