Shades of Royal Blue #4265FB
Tints of Royal Blue #4265FB
RGB
CMYK
RGB Variations
Color information
#4265FB (or 0x4265FB) is known color: Royal Blue. HEX triplet: 42, 65 and FB. RGB value is (66,101,251). Sum of RGB (Red+Green+Blue) = 66+101+251=418 (55% of max value = 765). Red value is 66 (26.17% from 255 or 15.79% from 418); Green value is 101 (39.84% from 255 or 24.16% from 418); Blue value is 251 (98.44% from 255 or 60.05% from 418); Max value from RGB is 251 - color contains mainly: blue. Hex color #4265FB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4265FB is #BD9A04. Grayscale: #6B6B6B. Windows color (decimal): -12425733 or 16475458. OLE color: 16475458.
HSL color Cylindrical-coordinate representation of color #4265FB: hue angle of 228.65º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4265FB is Cyan = 0.74, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 66 | 101 | 251 | - |
| CMYK | 0.74 | 0.60 | 0 | 0.02 |
| HSL | 228.65º | 0.96% | 0.62% | - |
| HSV(B) | 228.65º | 0.74% | 0.98% | - |
| XYZ | 24.31 | 17.43 | 93.35 | - |
| YUV | 107.64 | 208.9 | 98.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 101 | 251 | 0.74 | 0.60 | 0 | 0.02 | 228.65 | 0.96 | 0.62 |
| Hex | 42 | 65 | FB | 4A | 3C | 0 | 2 | E5 | 60 | 3E |
| Octal | 102 | 145 | 373 | 112 | 74 | 0 | 2 | 345 | 140 | 76 |
| Binary | 1000010 | 1100101 | 11111011 | 1001010 | 111100 | 0 | 10 | 11100101 | 1100000 | 111110 |
Color Harmonies of #4265FB
Complementary color
Monochromatic Colors of #4265FB
Black with #4265FB
Text Example
Text Example
White with #4265FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4265FB; }
p { color: rgb(66,101,251); }
H1.HeaderClassName
{
color: #4265FB;
}
.AnyTagClassName
{
color: #4265FB;
}
</style>
background-color css
<style>
a { background-color: #4265FB; }
a { background-color: rgb(66,101,251); }
div.DivClassName
{
background-color: #4265FB;
}
.BgClassName
{
background-color: #4265FB;
}
</style>
border-color css
<style>
span { border-color: #4265FB; }
span { border-color: rgb(66,101,251); }
td.TdClassName
{
border-color: #4265FB;
}
.TagClassName
{
border-color: #4265FB;
}
</style>