Shades of Royal Blue #4277CF
Tints of Royal Blue #4277CF
RGB
CMYK
RGB Variations
Color information
#4277CF (or 0x4277CF) is known color: Royal Blue. HEX triplet: 42, 77 and CF. RGB value is (66,119,207). Sum of RGB (Red+Green+Blue) = 66+119+207=392 (51% of max value = 765). Red value is 66 (26.17% from 255 or 16.84% from 392); Green value is 119 (46.88% from 255 or 30.36% from 392); Blue value is 207 (81.25% from 255 or 52.81% from 392); Max value from RGB is 207 - color contains mainly: blue. Hex color #4277CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4277CF is #BD8830. Grayscale: #707070. Windows color (decimal): -12421169 or 13596482. OLE color: 13596482.
HSL color Cylindrical-coordinate representation of color #4277CF: hue angle of 217.45º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4277CF is Cyan = 0.68, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 66 | 119 | 207 | - |
| CMYK | 0.68 | 0.43 | 0 | 0.19 |
| HSL | 217.45º | 0.59% | 0.54% | - |
| HSV(B) | 217.45º | 0.68% | 0.81% | - |
| XYZ | 20.11 | 18.86 | 61.61 | - |
| YUV | 113.19 | 180.94 | 94.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 119 | 207 | 0.68 | 0.43 | 0 | 0.19 | 217.45 | 0.59 | 0.54 |
| Hex | 42 | 77 | CF | 44 | 2B | 0 | 13 | D9 | 3B | 36 |
| Octal | 102 | 167 | 317 | 104 | 53 | 0 | 23 | 331 | 73 | 66 |
| Binary | 1000010 | 1110111 | 11001111 | 1000100 | 101011 | 0 | 10011 | 11011001 | 111011 | 110110 |
Color Harmonies of #4277CF
Complementary color
Monochromatic Colors of #4277CF
Black with #4277CF
Text Example
Text Example
White with #4277CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4277CF; }
p { color: rgb(66,119,207); }
H1.HeaderClassName
{
color: #4277CF;
}
.AnyTagClassName
{
color: #4277CF;
}
</style>
background-color css
<style>
a { background-color: #4277CF; }
a { background-color: rgb(66,119,207); }
div.DivClassName
{
background-color: #4277CF;
}
.BgClassName
{
background-color: #4277CF;
}
</style>
border-color css
<style>
span { border-color: #4277CF; }
span { border-color: rgb(66,119,207); }
td.TdClassName
{
border-color: #4277CF;
}
.TagClassName
{
border-color: #4277CF;
}
</style>