Shades of Royal Blue #4465FB
Tints of Royal Blue #4465FB
RGB
CMYK
RGB Variations
Color information
#4465FB (or 0x4465FB) is known color: Royal Blue. HEX triplet: 44, 65 and FB. RGB value is (68,101,251). Sum of RGB (Red+Green+Blue) = 68+101+251=420 (55% of max value = 765). Red value is 68 (26.95% from 255 or 16.19% from 420); Green value is 101 (39.84% from 255 or 24.05% from 420); Blue value is 251 (98.44% from 255 or 59.76% from 420); Max value from RGB is 251 - color contains mainly: blue. Hex color #4465FB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4465FB is #BB9A04. Grayscale: #6B6B6B. Windows color (decimal): -12294661 or 16475460. OLE color: 16475460.
HSL color Cylindrical-coordinate representation of color #4465FB: hue angle of 229.18º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4465FB is Cyan = 0.73, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 68 | 101 | 251 | - |
| CMYK | 0.73 | 0.60 | 0 | 0.02 |
| HSL | 229.18º | 0.96% | 0.63% | - |
| HSV(B) | 229.18º | 0.73% | 0.98% | - |
| XYZ | 24.45 | 17.5 | 93.36 | - |
| YUV | 108.23 | 208.57 | 99.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 101 | 251 | 0.73 | 0.60 | 0 | 0.02 | 229.18 | 0.96 | 0.63 |
| Hex | 44 | 65 | FB | 49 | 3C | 0 | 2 | E5 | 60 | 3F |
| Octal | 104 | 145 | 373 | 111 | 74 | 0 | 2 | 345 | 140 | 77 |
| Binary | 1000100 | 1100101 | 11111011 | 1001001 | 111100 | 0 | 10 | 11100101 | 1100000 | 111111 |
Color Harmonies of #4465FB
Complementary color
Monochromatic Colors of #4465FB
Black with #4465FB
Text Example
Text Example
White with #4465FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4465FB; }
p { color: rgb(68,101,251); }
H1.HeaderClassName
{
color: #4465FB;
}
.AnyTagClassName
{
color: #4465FB;
}
</style>
background-color css
<style>
a { background-color: #4465FB; }
a { background-color: rgb(68,101,251); }
div.DivClassName
{
background-color: #4465FB;
}
.BgClassName
{
background-color: #4465FB;
}
</style>
border-color css
<style>
span { border-color: #4465FB; }
span { border-color: rgb(68,101,251); }
td.TdClassName
{
border-color: #4465FB;
}
.TagClassName
{
border-color: #4465FB;
}
</style>