Shades of Royal Blue #3A8BDF
Tints of Royal Blue #3A8BDF
RGB
CMYK
RGB Variations
Color information
#3A8BDF (or 0x3A8BDF) is known color: Royal Blue. HEX triplet: 3A, 8B and DF. RGB value is (58,139,223). Sum of RGB (Red+Green+Blue) = 58+139+223=420 (55% of max value = 765). Red value is 58 (23.05% from 255 or 13.81% from 420); Green value is 139 (54.69% from 255 or 33.10% from 420); Blue value is 223 (87.5% from 255 or 53.10% from 420); Max value from RGB is 223 - color contains mainly: blue. Hex color #3A8BDF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3A8BDF is #C57420. Grayscale: #7B7B7B. Windows color (decimal): -12940321 or 14650170. OLE color: 14650170.
HSL color Cylindrical-coordinate representation of color #3A8BDF: hue angle of 210.55º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3A8BDF is Cyan = 0.74, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 58 | 139 | 223 | - |
| CMYK | 0.74 | 0.38 | 0 | 0.13 |
| HSL | 210.55º | 0.72% | 0.55% | - |
| HSV(B) | 210.55º | 0.74% | 0.87% | - |
| XYZ | 24.3 | 24.69 | 73.3 | - |
| YUV | 124.36 | 183.66 | 80.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 139 | 223 | 0.74 | 0.38 | 0 | 0.13 | 210.55 | 0.72 | 0.55 |
| Hex | 3A | 8B | DF | 4A | 26 | 0 | D | D3 | 48 | 37 |
| Octal | 72 | 213 | 337 | 112 | 46 | 0 | 15 | 323 | 110 | 67 |
| Binary | 111010 | 10001011 | 11011111 | 1001010 | 100110 | 0 | 1101 | 11010011 | 1001000 | 110111 |
Color Harmonies of #3A8BDF
Complementary color
Monochromatic Colors of #3A8BDF
Black with #3A8BDF
Text Example
Text Example
White with #3A8BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A8BDF; }
p { color: rgb(58,139,223); }
H1.HeaderClassName
{
color: #3A8BDF;
}
.AnyTagClassName
{
color: #3A8BDF;
}
</style>
background-color css
<style>
a { background-color: #3A8BDF; }
a { background-color: rgb(58,139,223); }
div.DivClassName
{
background-color: #3A8BDF;
}
.BgClassName
{
background-color: #3A8BDF;
}
</style>
border-color css
<style>
span { border-color: #3A8BDF; }
span { border-color: rgb(58,139,223); }
td.TdClassName
{
border-color: #3A8BDF;
}
.TagClassName
{
border-color: #3A8BDF;
}
</style>