Shades of Royal Blue #2D58FA
Tints of Royal Blue #2D58FA
RGB
CMYK
RGB Variations
Color information
#2D58FA (or 0x2D58FA) is known color: Royal Blue. HEX triplet: 2D, 58 and FA. RGB value is (45,88,250). Sum of RGB (Red+Green+Blue) = 45+88+250=383 (50% of max value = 765). Red value is 45 (17.97% from 255 or 11.75% from 383); Green value is 88 (34.77% from 255 or 22.98% from 383); Blue value is 250 (98.05% from 255 or 65.27% from 383); Max value from RGB is 250 - color contains mainly: blue. Hex color #2D58FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2D58FA is #D2A705. Grayscale: #5C5C5C. Windows color (decimal): -13805318 or 16406573. OLE color: 16406573.
HSL color Cylindrical-coordinate representation of color #2D58FA: hue angle of 227.41º 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 #2D58FA is Cyan = 0.82, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 45 | 88 | 250 | - |
| CMYK | 0.82 | 0.65 | 0 | 0.02 |
| HSL | 227.41º | 0.95% | 0.58% | - |
| HSV(B) | 227.41º | 0.82% | 0.98% | - |
| XYZ | 21.83 | 14.44 | 92.08 | - |
| YUV | 93.61 | 216.25 | 93.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 88 | 250 | 0.82 | 0.65 | 0 | 0.02 | 227.41 | 0.95 | 0.58 |
| Hex | 2D | 58 | FA | 52 | 41 | 0 | 2 | E3 | 5F | 3A |
| Octal | 55 | 130 | 372 | 122 | 101 | 0 | 2 | 343 | 137 | 72 |
| Binary | 101101 | 1011000 | 11111010 | 1010010 | 1000001 | 0 | 10 | 11100011 | 1011111 | 111010 |
Color Harmonies of #2D58FA
Complementary color
Monochromatic Colors of #2D58FA
Black with #2D58FA
Text Example
Text Example
White with #2D58FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D58FA; }
p { color: rgb(45,88,250); }
H1.HeaderClassName
{
color: #2D58FA;
}
.AnyTagClassName
{
color: #2D58FA;
}
</style>
background-color css
<style>
a { background-color: #2D58FA; }
a { background-color: rgb(45,88,250); }
div.DivClassName
{
background-color: #2D58FA;
}
.BgClassName
{
background-color: #2D58FA;
}
</style>
border-color css
<style>
span { border-color: #2D58FA; }
span { border-color: rgb(45,88,250); }
td.TdClassName
{
border-color: #2D58FA;
}
.TagClassName
{
border-color: #2D58FA;
}
</style>