Shades of Royal Blue #4385FA
Tints of Royal Blue #4385FA
RGB
CMYK
RGB Variations
Color information
#4385FA (or 0x4385FA) is known color: Royal Blue. HEX triplet: 43, 85 and FA. RGB value is (67,133,250). Sum of RGB (Red+Green+Blue) = 67+133+250=450 (59% of max value = 765). Red value is 67 (26.56% from 255 or 14.89% from 450); Green value is 133 (52.34% from 255 or 29.56% from 450); Blue value is 250 (98.05% from 255 or 55.56% from 450); Max value from RGB is 250 - color contains mainly: blue. Hex color #4385FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4385FA is #BC7A05. Grayscale: #7E7E7E. Windows color (decimal): -12352006 or 16418115. OLE color: 16418115.
HSL color Cylindrical-coordinate representation of color #4385FA: hue angle of 218.36º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4385FA is Cyan = 0.73, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 67 | 133 | 250 | - |
| CMYK | 0.73 | 0.47 | 0 | 0.02 |
| HSL | 218.36º | 0.95% | 0.62% | - |
| HSV(B) | 218.36º | 0.73% | 0.98% | - |
| XYZ | 27.96 | 24.87 | 93.77 | - |
| YUV | 126.6 | 197.63 | 85.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 133 | 250 | 0.73 | 0.47 | 0 | 0.02 | 218.36 | 0.95 | 0.62 |
| Hex | 43 | 85 | FA | 49 | 2F | 0 | 2 | DA | 5F | 3E |
| Octal | 103 | 205 | 372 | 111 | 57 | 0 | 2 | 332 | 137 | 76 |
| Binary | 1000011 | 10000101 | 11111010 | 1001001 | 101111 | 0 | 10 | 11011010 | 1011111 | 111110 |
Color Harmonies of #4385FA
Complementary color
Monochromatic Colors of #4385FA
Black with #4385FA
Text Example
Text Example
White with #4385FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4385FA; }
p { color: rgb(67,133,250); }
H1.HeaderClassName
{
color: #4385FA;
}
.AnyTagClassName
{
color: #4385FA;
}
</style>
background-color css
<style>
a { background-color: #4385FA; }
a { background-color: rgb(67,133,250); }
div.DivClassName
{
background-color: #4385FA;
}
.BgClassName
{
background-color: #4385FA;
}
</style>
border-color css
<style>
span { border-color: #4385FA; }
span { border-color: rgb(67,133,250); }
td.TdClassName
{
border-color: #4385FA;
}
.TagClassName
{
border-color: #4385FA;
}
</style>