Shades of Royal Blue #4275CD
Tints of Royal Blue #4275CD
RGB
CMYK
RGB Variations
Color information
#4275CD (or 0x4275CD) is known color: Royal Blue. HEX triplet: 42, 75 and CD. RGB value is (66,117,205). Sum of RGB (Red+Green+Blue) = 66+117+205=388 (51% of max value = 765). Red value is 66 (26.17% from 255 or 17.01% from 388); Green value is 117 (46.09% from 255 or 30.15% from 388); Blue value is 205 (80.47% from 255 or 52.84% from 388); Max value from RGB is 205 - color contains mainly: blue. Hex color #4275CD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4275CD is #BD8A32. Grayscale: #6F6F6F. Windows color (decimal): -12421683 or 13464898. OLE color: 13464898.
HSL color Cylindrical-coordinate representation of color #4275CD: hue angle of 217.99º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4275CD is Cyan = 0.68, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 66 | 117 | 205 | - |
| CMYK | 0.68 | 0.43 | 0 | 0.20 |
| HSL | 217.99º | 0.58% | 0.53% | - |
| HSV(B) | 217.99º | 0.68% | 0.8% | - |
| XYZ | 19.63 | 18.29 | 60.25 | - |
| YUV | 111.78 | 180.6 | 95.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 117 | 205 | 0.68 | 0.43 | 0 | 0.20 | 217.99 | 0.58 | 0.53 |
| Hex | 42 | 75 | CD | 44 | 2B | 0 | 14 | DA | 3A | 35 |
| Octal | 102 | 165 | 315 | 104 | 53 | 0 | 24 | 332 | 72 | 65 |
| Binary | 1000010 | 1110101 | 11001101 | 1000100 | 101011 | 0 | 10100 | 11011010 | 111010 | 110101 |
Color Harmonies of #4275CD
Complementary color
Monochromatic Colors of #4275CD
Black with #4275CD
Text Example
Text Example
White with #4275CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4275CD; }
p { color: rgb(66,117,205); }
H1.HeaderClassName
{
color: #4275CD;
}
.AnyTagClassName
{
color: #4275CD;
}
</style>
background-color css
<style>
a { background-color: #4275CD; }
a { background-color: rgb(66,117,205); }
div.DivClassName
{
background-color: #4275CD;
}
.BgClassName
{
background-color: #4275CD;
}
</style>
border-color css
<style>
span { border-color: #4275CD; }
span { border-color: rgb(66,117,205); }
td.TdClassName
{
border-color: #4275CD;
}
.TagClassName
{
border-color: #4275CD;
}
</style>