Shades of Royal Blue #3D84ED
Tints of Royal Blue #3D84ED
RGB
CMYK
RGB Variations
Color information
#3D84ED (or 0x3D84ED) is known color: Royal Blue. HEX triplet: 3D, 84 and ED. RGB value is (61,132,237). Sum of RGB (Red+Green+Blue) = 61+132+237=430 (56% of max value = 765). Red value is 61 (24.22% from 255 or 14.19% from 430); Green value is 132 (51.95% from 255 or 30.70% from 430); Blue value is 237 (92.97% from 255 or 55.12% from 430); Max value from RGB is 237 - color contains mainly: blue. Hex color #3D84ED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3D84ED is #C27B12. Grayscale: #7A7A7A. Windows color (decimal): -12745491 or 15565885. OLE color: 15565885.
HSL color Cylindrical-coordinate representation of color #3D84ED: hue angle of 215.8º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3D84ED is Cyan = 0.74, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 61 | 132 | 237 | - |
| CMYK | 0.74 | 0.44 | 0 | 0.07 |
| HSL | 215.8º | 0.83% | 0.58% | - |
| HSV(B) | 215.8º | 0.74% | 0.93% | - |
| XYZ | 25.46 | 23.61 | 83.34 | - |
| YUV | 122.74 | 192.48 | 83.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 132 | 237 | 0.74 | 0.44 | 0 | 0.07 | 215.8 | 0.83 | 0.58 |
| Hex | 3D | 84 | ED | 4A | 2C | 0 | 7 | D8 | 53 | 3A |
| Octal | 75 | 204 | 355 | 112 | 54 | 0 | 7 | 330 | 123 | 72 |
| Binary | 111101 | 10000100 | 11101101 | 1001010 | 101100 | 0 | 111 | 11011000 | 1010011 | 111010 |
Color Harmonies of #3D84ED
Complementary color
Monochromatic Colors of #3D84ED
Black with #3D84ED
Text Example
Text Example
White with #3D84ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D84ED; }
p { color: rgb(61,132,237); }
H1.HeaderClassName
{
color: #3D84ED;
}
.AnyTagClassName
{
color: #3D84ED;
}
</style>
background-color css
<style>
a { background-color: #3D84ED; }
a { background-color: rgb(61,132,237); }
div.DivClassName
{
background-color: #3D84ED;
}
.BgClassName
{
background-color: #3D84ED;
}
</style>
border-color css
<style>
span { border-color: #3D84ED; }
span { border-color: rgb(61,132,237); }
td.TdClassName
{
border-color: #3D84ED;
}
.TagClassName
{
border-color: #3D84ED;
}
</style>