Shades of Royal Blue #2F64EB
Tints of Royal Blue #2F64EB
RGB
CMYK
RGB Variations
Color information
#2F64EB (or 0x2F64EB) is known color: Royal Blue. HEX triplet: 2F, 64 and EB. RGB value is (47,100,235). Sum of RGB (Red+Green+Blue) = 47+100+235=382 (50% of max value = 765). Red value is 47 (18.75% from 255 or 12.30% from 382); Green value is 100 (39.45% from 255 or 26.18% from 382); Blue value is 235 (92.19% from 255 or 61.52% from 382); Max value from RGB is 235 - color contains mainly: blue. Hex color #2F64EB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2F64EB is #D09B14. Grayscale: #626262. Windows color (decimal): -13671189 or 15426607. OLE color: 15426607.
HSL color Cylindrical-coordinate representation of color #2F64EB: hue angle of 223.09º 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 #2F64EB is Cyan = 0.8, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 47 | 100 | 235 | - |
| CMYK | 0.8 | 0.57 | 0 | 0.08 |
| HSL | 223.09º | 0.82% | 0.55% | - |
| HSV(B) | 223.09º | 0.8% | 0.92% | - |
| XYZ | 20.72 | 15.72 | 80.54 | - |
| YUV | 99.54 | 204.44 | 90.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 100 | 235 | 0.8 | 0.57 | 0 | 0.08 | 223.09 | 0.82 | 0.55 |
| Hex | 2F | 64 | EB | 50 | 39 | 0 | 8 | DF | 52 | 37 |
| Octal | 57 | 144 | 353 | 120 | 71 | 0 | 10 | 337 | 122 | 67 |
| Binary | 101111 | 1100100 | 11101011 | 1010000 | 111001 | 0 | 1000 | 11011111 | 1010010 | 110111 |
Color Harmonies of #2F64EB
Complementary color
Monochromatic Colors of #2F64EB
Black with #2F64EB
Text Example
Text Example
White with #2F64EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F64EB; }
p { color: rgb(47,100,235); }
H1.HeaderClassName
{
color: #2F64EB;
}
.AnyTagClassName
{
color: #2F64EB;
}
</style>
background-color css
<style>
a { background-color: #2F64EB; }
a { background-color: rgb(47,100,235); }
div.DivClassName
{
background-color: #2F64EB;
}
.BgClassName
{
background-color: #2F64EB;
}
</style>
border-color css
<style>
span { border-color: #2F64EB; }
span { border-color: rgb(47,100,235); }
td.TdClassName
{
border-color: #2F64EB;
}
.TagClassName
{
border-color: #2F64EB;
}
</style>