Shades of Royal Blue #4265F8
Tints of Royal Blue #4265F8
RGB
CMYK
RGB Variations
Color information
#4265F8 (or 0x4265F8) is known color: Royal Blue. HEX triplet: 42, 65 and F8. RGB value is (66,101,248). Sum of RGB (Red+Green+Blue) = 66+101+248=415 (54% of max value = 765). Red value is 66 (26.17% from 255 or 15.90% from 415); Green value is 101 (39.84% from 255 or 24.34% from 415); Blue value is 248 (97.27% from 255 or 59.76% from 415); Max value from RGB is 248 - color contains mainly: blue. Hex color #4265F8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4265F8 is #BD9A07. Grayscale: #6A6A6A. Windows color (decimal): -12425736 or 16278850. OLE color: 16278850.
HSL color Cylindrical-coordinate representation of color #4265F8: hue angle of 228.46º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4265F8 is Cyan = 0.73, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 66 | 101 | 248 | - |
| CMYK | 0.73 | 0.59 | 0 | 0.03 |
| HSL | 228.46º | 0.93% | 0.62% | - |
| HSV(B) | 228.46º | 0.73% | 0.97% | - |
| XYZ | 23.84 | 17.24 | 90.88 | - |
| YUV | 107.29 | 207.4 | 98.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 101 | 248 | 0.73 | 0.59 | 0 | 0.03 | 228.46 | 0.93 | 0.62 |
| Hex | 42 | 65 | F8 | 49 | 3B | 0 | 3 | E4 | 5D | 3E |
| Octal | 102 | 145 | 370 | 111 | 73 | 0 | 3 | 344 | 135 | 76 |
| Binary | 1000010 | 1100101 | 11111000 | 1001001 | 111011 | 0 | 11 | 11100100 | 1011101 | 111110 |
Color Harmonies of #4265F8
Complementary color
Monochromatic Colors of #4265F8
Black with #4265F8
Text Example
Text Example
White with #4265F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4265F8; }
p { color: rgb(66,101,248); }
H1.HeaderClassName
{
color: #4265F8;
}
.AnyTagClassName
{
color: #4265F8;
}
</style>
background-color css
<style>
a { background-color: #4265F8; }
a { background-color: rgb(66,101,248); }
div.DivClassName
{
background-color: #4265F8;
}
.BgClassName
{
background-color: #4265F8;
}
</style>
border-color css
<style>
span { border-color: #4265F8; }
span { border-color: rgb(66,101,248); }
td.TdClassName
{
border-color: #4265F8;
}
.TagClassName
{
border-color: #4265F8;
}
</style>