Shades of Royal Blue #4270FD
Tints of Royal Blue #4270FD
RGB
CMYK
RGB Variations
Color information
#4270FD (or 0x4270FD) is known color: Royal Blue. HEX triplet: 42, 70 and FD. RGB value is (66,112,253). Sum of RGB (Red+Green+Blue) = 66+112+253=431 (57% of max value = 765). Red value is 66 (26.17% from 255 or 15.31% from 431); Green value is 112 (44.14% from 255 or 25.99% from 431); Blue value is 253 (99.22% from 255 or 58.70% from 431); Max value from RGB is 253 - color contains mainly: blue. Hex color #4270FD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4270FD is #BD8F02. Grayscale: #717171. Windows color (decimal): -12422915 or 16609346. OLE color: 16609346.
HSL color Cylindrical-coordinate representation of color #4270FD: hue angle of 225.24º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4270FD is Cyan = 0.74, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 66 | 112 | 253 | - |
| CMYK | 0.74 | 0.56 | 0 | 0.01 |
| HSL | 225.24º | 0.98% | 0.63% | - |
| HSV(B) | 225.24º | 0.74% | 0.99% | - |
| XYZ | 25.77 | 19.84 | 95.4 | - |
| YUV | 114.32 | 206.26 | 93.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 112 | 253 | 0.74 | 0.56 | 0 | 0.01 | 225.24 | 0.98 | 0.63 |
| Hex | 42 | 70 | FD | 4A | 38 | 0 | 1 | E1 | 62 | 3F |
| Octal | 102 | 160 | 375 | 112 | 70 | 0 | 1 | 341 | 142 | 77 |
| Binary | 1000010 | 1110000 | 11111101 | 1001010 | 111000 | 0 | 1 | 11100001 | 1100010 | 111111 |
Color Harmonies of #4270FD
Complementary color
Monochromatic Colors of #4270FD
Black with #4270FD
Text Example
Text Example
White with #4270FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4270FD; }
p { color: rgb(66,112,253); }
H1.HeaderClassName
{
color: #4270FD;
}
.AnyTagClassName
{
color: #4270FD;
}
</style>
background-color css
<style>
a { background-color: #4270FD; }
a { background-color: rgb(66,112,253); }
div.DivClassName
{
background-color: #4270FD;
}
.BgClassName
{
background-color: #4270FD;
}
</style>
border-color css
<style>
span { border-color: #4270FD; }
span { border-color: rgb(66,112,253); }
td.TdClassName
{
border-color: #4270FD;
}
.TagClassName
{
border-color: #4270FD;
}
</style>