Shades of Royal Blue #4075F8
Tints of Royal Blue #4075F8
RGB
CMYK
RGB Variations
Color information
#4075F8 (or 0x4075F8) is known color: Royal Blue. HEX triplet: 40, 75 and F8. RGB value is (64,117,248). Sum of RGB (Red+Green+Blue) = 64+117+248=429 (56% of max value = 765). Red value is 64 (25.39% from 255 or 14.92% from 429); Green value is 117 (46.09% from 255 or 27.27% from 429); Blue value is 248 (97.27% from 255 or 57.81% from 429); Max value from RGB is 248 - color contains mainly: blue. Hex color #4075F8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4075F8 is #BF8A07. Grayscale: #737373. Windows color (decimal): -12552712 or 16282944. OLE color: 16282944.
HSL color Cylindrical-coordinate representation of color #4075F8: hue angle of 222.72º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4075F8 is Cyan = 0.74, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 64 | 117 | 248 | - |
| CMYK | 0.74 | 0.53 | 0 | 0.03 |
| HSL | 222.72º | 0.93% | 0.61% | - |
| HSV(B) | 222.72º | 0.74% | 0.97% | - |
| XYZ | 25.42 | 20.59 | 91.44 | - |
| YUV | 116.09 | 202.44 | 90.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 117 | 248 | 0.74 | 0.53 | 0 | 0.03 | 222.72 | 0.93 | 0.61 |
| Hex | 40 | 75 | F8 | 4A | 35 | 0 | 3 | DF | 5D | 3D |
| Octal | 100 | 165 | 370 | 112 | 65 | 0 | 3 | 337 | 135 | 75 |
| Binary | 1000000 | 1110101 | 11111000 | 1001010 | 110101 | 0 | 11 | 11011111 | 1011101 | 111101 |
Color Harmonies of #4075F8
Complementary color
Monochromatic Colors of #4075F8
Black with #4075F8
Text Example
Text Example
White with #4075F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4075F8; }
p { color: rgb(64,117,248); }
H1.HeaderClassName
{
color: #4075F8;
}
.AnyTagClassName
{
color: #4075F8;
}
</style>
background-color css
<style>
a { background-color: #4075F8; }
a { background-color: rgb(64,117,248); }
div.DivClassName
{
background-color: #4075F8;
}
.BgClassName
{
background-color: #4075F8;
}
</style>
border-color css
<style>
span { border-color: #4075F8; }
span { border-color: rgb(64,117,248); }
td.TdClassName
{
border-color: #4075F8;
}
.TagClassName
{
border-color: #4075F8;
}
</style>