Shades of Royal Blue #2D72FA
Tints of Royal Blue #2D72FA
RGB
CMYK
RGB Variations
Color information
#2D72FA (or 0x2D72FA) is known color: Royal Blue. HEX triplet: 2D, 72 and FA. RGB value is (45,114,250). Sum of RGB (Red+Green+Blue) = 45+114+250=409 (54% of max value = 765). Red value is 45 (17.97% from 255 or 11.00% from 409); Green value is 114 (44.92% from 255 or 27.87% from 409); Blue value is 250 (98.05% from 255 or 61.12% from 409); Max value from RGB is 250 - color contains mainly: blue. Hex color #2D72FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2D72FA is #D28D05. Grayscale: #6C6C6C. Windows color (decimal): -13798662 or 16413229. OLE color: 16413229.
HSL color Cylindrical-coordinate representation of color #2D72FA: hue angle of 219.8º 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 #2D72FA is Cyan = 0.82, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 45 | 114 | 250 | - |
| CMYK | 0.82 | 0.54 | 0 | 0.02 |
| HSL | 219.8º | 0.95% | 0.58% | - |
| HSV(B) | 219.8º | 0.82% | 0.98% | - |
| XYZ | 24.35 | 19.49 | 92.92 | - |
| YUV | 108.87 | 207.64 | 82.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 114 | 250 | 0.82 | 0.54 | 0 | 0.02 | 219.8 | 0.95 | 0.58 |
| Hex | 2D | 72 | FA | 52 | 36 | 0 | 2 | DC | 5F | 3A |
| Octal | 55 | 162 | 372 | 122 | 66 | 0 | 2 | 334 | 137 | 72 |
| Binary | 101101 | 1110010 | 11111010 | 1010010 | 110110 | 0 | 10 | 11011100 | 1011111 | 111010 |
Color Harmonies of #2D72FA
Complementary color
Monochromatic Colors of #2D72FA
Black with #2D72FA
Text Example
Text Example
White with #2D72FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D72FA; }
p { color: rgb(45,114,250); }
H1.HeaderClassName
{
color: #2D72FA;
}
.AnyTagClassName
{
color: #2D72FA;
}
</style>
background-color css
<style>
a { background-color: #2D72FA; }
a { background-color: rgb(45,114,250); }
div.DivClassName
{
background-color: #2D72FA;
}
.BgClassName
{
background-color: #2D72FA;
}
</style>
border-color css
<style>
span { border-color: #2D72FA; }
span { border-color: rgb(45,114,250); }
td.TdClassName
{
border-color: #2D72FA;
}
.TagClassName
{
border-color: #2D72FA;
}
</style>