Shades of Royal Blue #4270DC
Tints of Royal Blue #4270DC
RGB
CMYK
RGB Variations
Color information
#4270DC (or 0x4270DC) is known color: Royal Blue. HEX triplet: 42, 70 and DC. RGB value is (66,112,220). Sum of RGB (Red+Green+Blue) = 66+112+220=398 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.58% from 398); Green value is 112 (44.14% from 255 or 28.14% from 398); Blue value is 220 (86.33% from 255 or 55.28% from 398); Max value from RGB is 220 - color contains mainly: blue. Hex color #4270DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4270DC is #BD8F23. Grayscale: #6E6E6E. Windows color (decimal): -12422948 or 14446658. OLE color: 14446658.
HSL color Cylindrical-coordinate representation of color #4270DC: hue angle of 222.08º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4270DC is Cyan = 0.7, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 66 | 112 | 220 | - |
| CMYK | 0.7 | 0.49 | 0 | 0.14 |
| HSL | 222.08º | 0.69% | 0.56% | - |
| HSV(B) | 222.08º | 0.7% | 0.86% | - |
| XYZ | 20.96 | 17.91 | 70.06 | - |
| YUV | 110.56 | 189.76 | 96.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 112 | 220 | 0.7 | 0.49 | 0 | 0.14 | 222.08 | 0.69 | 0.56 |
| Hex | 42 | 70 | DC | 46 | 31 | 0 | E | DE | 45 | 38 |
| Octal | 102 | 160 | 334 | 106 | 61 | 0 | 16 | 336 | 105 | 70 |
| Binary | 1000010 | 1110000 | 11011100 | 1000110 | 110001 | 0 | 1110 | 11011110 | 1000101 | 111000 |
Color Harmonies of #4270DC
Complementary color
Monochromatic Colors of #4270DC
Black with #4270DC
Text Example
Text Example
White with #4270DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4270DC; }
p { color: rgb(66,112,220); }
H1.HeaderClassName
{
color: #4270DC;
}
.AnyTagClassName
{
color: #4270DC;
}
</style>
background-color css
<style>
a { background-color: #4270DC; }
a { background-color: rgb(66,112,220); }
div.DivClassName
{
background-color: #4270DC;
}
.BgClassName
{
background-color: #4270DC;
}
</style>
border-color css
<style>
span { border-color: #4270DC; }
span { border-color: rgb(66,112,220); }
td.TdClassName
{
border-color: #4270DC;
}
.TagClassName
{
border-color: #4270DC;
}
</style>