Shades of Royal Blue #4465FD
Tints of Royal Blue #4465FD
RGB
CMYK
RGB Variations
Color information
#4465FD (or 0x4465FD) is known color: Royal Blue. HEX triplet: 44, 65 and FD. RGB value is (68,101,253). Sum of RGB (Red+Green+Blue) = 68+101+253=422 (55% of max value = 765). Red value is 68 (26.95% from 255 or 16.11% from 422); Green value is 101 (39.84% from 255 or 23.93% from 422); Blue value is 253 (99.22% from 255 or 59.95% from 422); Max value from RGB is 253 - color contains mainly: blue. Hex color #4465FD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4465FD is #BB9A02. Grayscale: #6B6B6B. Windows color (decimal): -12294659 or 16606532. OLE color: 16606532.
HSL color Cylindrical-coordinate representation of color #4465FD: hue angle of 229.3º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4465FD is Cyan = 0.73, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 68 | 101 | 253 | - |
| CMYK | 0.73 | 0.60 | 0 | 0.01 |
| HSL | 229.3º | 0.98% | 0.63% | - |
| HSV(B) | 229.3º | 0.73% | 0.99% | - |
| XYZ | 24.77 | 17.63 | 95.03 | - |
| YUV | 108.46 | 209.57 | 99.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 101 | 253 | 0.73 | 0.60 | 0 | 0.01 | 229.3 | 0.98 | 0.63 |
| Hex | 44 | 65 | FD | 49 | 3C | 0 | 1 | E5 | 62 | 3F |
| Octal | 104 | 145 | 375 | 111 | 74 | 0 | 1 | 345 | 142 | 77 |
| Binary | 1000100 | 1100101 | 11111101 | 1001001 | 111100 | 0 | 1 | 11100101 | 1100010 | 111111 |
Color Harmonies of #4465FD
Complementary color
Monochromatic Colors of #4465FD
Black with #4465FD
Text Example
Text Example
White with #4465FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4465FD; }
p { color: rgb(68,101,253); }
H1.HeaderClassName
{
color: #4465FD;
}
.AnyTagClassName
{
color: #4465FD;
}
</style>
background-color css
<style>
a { background-color: #4465FD; }
a { background-color: rgb(68,101,253); }
div.DivClassName
{
background-color: #4465FD;
}
.BgClassName
{
background-color: #4465FD;
}
</style>
border-color css
<style>
span { border-color: #4465FD; }
span { border-color: rgb(68,101,253); }
td.TdClassName
{
border-color: #4465FD;
}
.TagClassName
{
border-color: #4465FD;
}
</style>