Shades of Royal Blue #4277DE
Tints of Royal Blue #4277DE
RGB
CMYK
RGB Variations
Color information
#4277DE (or 0x4277DE) is known color: Royal Blue. HEX triplet: 42, 77 and DE. RGB value is (66,119,222). Sum of RGB (Red+Green+Blue) = 66+119+222=407 (53% of max value = 765). Red value is 66 (26.17% from 255 or 16.22% from 407); Green value is 119 (46.88% from 255 or 29.24% from 407); Blue value is 222 (87.11% from 255 or 54.55% from 407); Max value from RGB is 222 - color contains mainly: blue. Hex color #4277DE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4277DE is #BD8821. Grayscale: #727272. Windows color (decimal): -12421154 or 14579522. OLE color: 14579522.
HSL color Cylindrical-coordinate representation of color #4277DE: hue angle of 219.62º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4277DE is Cyan = 0.70, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 66 | 119 | 222 | - |
| CMYK | 0.70 | 0.46 | 0 | 0.13 |
| HSL | 219.62º | 0.7% | 0.56% | - |
| HSV(B) | 219.62º | 0.7% | 0.87% | - |
| XYZ | 22.03 | 19.63 | 71.73 | - |
| YUV | 114.9 | 188.44 | 93.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 119 | 222 | 0.70 | 0.46 | 0 | 0.13 | 219.62 | 0.7 | 0.56 |
| Hex | 42 | 77 | DE | 46 | 2E | 0 | D | DC | 46 | 38 |
| Octal | 102 | 167 | 336 | 106 | 56 | 0 | 15 | 334 | 106 | 70 |
| Binary | 1000010 | 1110111 | 11011110 | 1000110 | 101110 | 0 | 1101 | 11011100 | 1000110 | 111000 |
Color Harmonies of #4277DE
Complementary color
Monochromatic Colors of #4277DE
Black with #4277DE
Text Example
Text Example
White with #4277DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4277DE; }
p { color: rgb(66,119,222); }
H1.HeaderClassName
{
color: #4277DE;
}
.AnyTagClassName
{
color: #4277DE;
}
</style>
background-color css
<style>
a { background-color: #4277DE; }
a { background-color: rgb(66,119,222); }
div.DivClassName
{
background-color: #4277DE;
}
.BgClassName
{
background-color: #4277DE;
}
</style>
border-color css
<style>
span { border-color: #4277DE; }
span { border-color: rgb(66,119,222); }
td.TdClassName
{
border-color: #4277DE;
}
.TagClassName
{
border-color: #4277DE;
}
</style>