Shades of Royal Blue #4275CE
Tints of Royal Blue #4275CE
RGB
CMYK
RGB Variations
Color information
#4275CE (or 0x4275CE) is known color: Royal Blue. HEX triplet: 42, 75 and CE. RGB value is (66,117,206). Sum of RGB (Red+Green+Blue) = 66+117+206=389 (51% of max value = 765). Red value is 66 (26.17% from 255 or 16.97% from 389); Green value is 117 (46.09% from 255 or 30.08% from 389); Blue value is 206 (80.86% from 255 or 52.96% from 389); Max value from RGB is 206 - color contains mainly: blue. Hex color #4275CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4275CE is #BD8A31. Grayscale: #6F6F6F. Windows color (decimal): -12421682 or 13530434. OLE color: 13530434.
HSL color Cylindrical-coordinate representation of color #4275CE: hue angle of 218.14º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4275CE is Cyan = 0.68, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 66 | 117 | 206 | - |
| CMYK | 0.68 | 0.43 | 0 | 0.19 |
| HSL | 218.14º | 0.59% | 0.53% | - |
| HSV(B) | 218.14º | 0.68% | 0.81% | - |
| XYZ | 19.75 | 18.34 | 60.89 | - |
| YUV | 111.9 | 181.1 | 95.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 117 | 206 | 0.68 | 0.43 | 0 | 0.19 | 218.14 | 0.59 | 0.53 |
| Hex | 42 | 75 | CE | 44 | 2B | 0 | 13 | DA | 3B | 35 |
| Octal | 102 | 165 | 316 | 104 | 53 | 0 | 23 | 332 | 73 | 65 |
| Binary | 1000010 | 1110101 | 11001110 | 1000100 | 101011 | 0 | 10011 | 11011010 | 111011 | 110101 |
Color Harmonies of #4275CE
Complementary color
Monochromatic Colors of #4275CE
Black with #4275CE
Text Example
Text Example
White with #4275CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4275CE; }
p { color: rgb(66,117,206); }
H1.HeaderClassName
{
color: #4275CE;
}
.AnyTagClassName
{
color: #4275CE;
}
</style>
background-color css
<style>
a { background-color: #4275CE; }
a { background-color: rgb(66,117,206); }
div.DivClassName
{
background-color: #4275CE;
}
.BgClassName
{
background-color: #4275CE;
}
</style>
border-color css
<style>
span { border-color: #4275CE; }
span { border-color: rgb(66,117,206); }
td.TdClassName
{
border-color: #4275CE;
}
.TagClassName
{
border-color: #4275CE;
}
</style>