Shades of Royal Blue #2D61FA
Tints of Royal Blue #2D61FA
RGB
CMYK
RGB Variations
Color information
#2D61FA (or 0x2D61FA) is known color: Royal Blue. HEX triplet: 2D, 61 and FA. RGB value is (45,97,250). Sum of RGB (Red+Green+Blue) = 45+97+250=392 (51% of max value = 765). Red value is 45 (17.97% from 255 or 11.48% from 392); Green value is 97 (38.28% from 255 or 24.74% from 392); Blue value is 250 (98.05% from 255 or 63.78% from 392); Max value from RGB is 250 - color contains mainly: blue. Hex color #2D61FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2D61FA is #D29E05. Grayscale: #626262. Windows color (decimal): -13803014 or 16408877. OLE color: 16408877.
HSL color Cylindrical-coordinate representation of color #2D61FA: hue angle of 224.78º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2D61FA is Cyan = 0.82, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 45 | 97 | 250 | - |
| CMYK | 0.82 | 0.61 | 0 | 0.02 |
| HSL | 224.78º | 0.95% | 0.58% | - |
| HSV(B) | 224.78º | 0.82% | 0.98% | - |
| XYZ | 22.61 | 16.01 | 92.34 | - |
| YUV | 98.89 | 213.27 | 89.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 97 | 250 | 0.82 | 0.61 | 0 | 0.02 | 224.78 | 0.95 | 0.58 |
| Hex | 2D | 61 | FA | 52 | 3D | 0 | 2 | E1 | 5F | 3A |
| Octal | 55 | 141 | 372 | 122 | 75 | 0 | 2 | 341 | 137 | 72 |
| Binary | 101101 | 1100001 | 11111010 | 1010010 | 111101 | 0 | 10 | 11100001 | 1011111 | 111010 |
Color Harmonies of #2D61FA
Complementary color
Monochromatic Colors of #2D61FA
Black with #2D61FA
Text Example
Text Example
White with #2D61FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D61FA; }
p { color: rgb(45,97,250); }
H1.HeaderClassName
{
color: #2D61FA;
}
.AnyTagClassName
{
color: #2D61FA;
}
</style>
background-color css
<style>
a { background-color: #2D61FA; }
a { background-color: rgb(45,97,250); }
div.DivClassName
{
background-color: #2D61FA;
}
.BgClassName
{
background-color: #2D61FA;
}
</style>
border-color css
<style>
span { border-color: #2D61FA; }
span { border-color: rgb(45,97,250); }
td.TdClassName
{
border-color: #2D61FA;
}
.TagClassName
{
border-color: #2D61FA;
}
</style>