Shades of Royal Blue #4365FD
Tints of Royal Blue #4365FD
RGB
CMYK
RGB Variations
Color information
#4365FD (or 0x4365FD) is known color: Royal Blue. HEX triplet: 43, 65 and FD. RGB value is (67,101,253). Sum of RGB (Red+Green+Blue) = 67+101+253=421 (55% of max value = 765). Red value is 67 (26.56% from 255 or 15.91% from 421); Green value is 101 (39.84% from 255 or 23.99% from 421); Blue value is 253 (99.22% from 255 or 60.10% from 421); Max value from RGB is 253 - color contains mainly: blue. Hex color #4365FD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4365FD is #BC9A02. Grayscale: #6B6B6B. Windows color (decimal): -12360195 or 16606531. OLE color: 16606531.
HSL color Cylindrical-coordinate representation of color #4365FD: hue angle of 229.03º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4365FD is Cyan = 0.74, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 67 | 101 | 253 | - |
| CMYK | 0.74 | 0.60 | 0 | 0.01 |
| HSL | 229.03º | 0.98% | 0.63% | - |
| HSV(B) | 229.03º | 0.74% | 0.99% | - |
| XYZ | 24.7 | 17.59 | 95.02 | - |
| YUV | 108.16 | 209.74 | 98.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 101 | 253 | 0.74 | 0.60 | 0 | 0.01 | 229.03 | 0.98 | 0.63 |
| Hex | 43 | 65 | FD | 4A | 3C | 0 | 1 | E5 | 62 | 3F |
| Octal | 103 | 145 | 375 | 112 | 74 | 0 | 1 | 345 | 142 | 77 |
| Binary | 1000011 | 1100101 | 11111101 | 1001010 | 111100 | 0 | 1 | 11100101 | 1100010 | 111111 |
Color Harmonies of #4365FD
Complementary color
Monochromatic Colors of #4365FD
Black with #4365FD
Text Example
Text Example
White with #4365FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4365FD; }
p { color: rgb(67,101,253); }
H1.HeaderClassName
{
color: #4365FD;
}
.AnyTagClassName
{
color: #4365FD;
}
</style>
background-color css
<style>
a { background-color: #4365FD; }
a { background-color: rgb(67,101,253); }
div.DivClassName
{
background-color: #4365FD;
}
.BgClassName
{
background-color: #4365FD;
}
</style>
border-color css
<style>
span { border-color: #4365FD; }
span { border-color: rgb(67,101,253); }
td.TdClassName
{
border-color: #4365FD;
}
.TagClassName
{
border-color: #4365FD;
}
</style>