Shades of Royal Blue #4275DD
Tints of Royal Blue #4275DD
RGB
CMYK
RGB Variations
Color information
#4275DD (or 0x4275DD) is known color: Royal Blue. HEX triplet: 42, 75 and DD. RGB value is (66,117,221). Sum of RGB (Red+Green+Blue) = 66+117+221=404 (53% of max value = 765). Red value is 66 (26.17% from 255 or 16.34% from 404); Green value is 117 (46.09% from 255 or 28.96% from 404); Blue value is 221 (86.72% from 255 or 54.70% from 404); Max value from RGB is 221 - color contains mainly: blue. Hex color #4275DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4275DD is #BD8A22. Grayscale: #717171. Windows color (decimal): -12421667 or 14513474. OLE color: 14513474.
HSL color Cylindrical-coordinate representation of color #4275DD: hue angle of 220.26º 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 #4275DD is Cyan = 0.70, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 66 | 117 | 221 | - |
| CMYK | 0.70 | 0.47 | 0 | 0.13 |
| HSL | 220.26º | 0.7% | 0.56% | - |
| HSV(B) | 220.26º | 0.7% | 0.87% | - |
| XYZ | 21.66 | 19.1 | 70.95 | - |
| YUV | 113.61 | 188.6 | 94.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 117 | 221 | 0.70 | 0.47 | 0 | 0.13 | 220.26 | 0.7 | 0.56 |
| Hex | 42 | 75 | DD | 46 | 2F | 0 | D | DC | 46 | 38 |
| Octal | 102 | 165 | 335 | 106 | 57 | 0 | 15 | 334 | 106 | 70 |
| Binary | 1000010 | 1110101 | 11011101 | 1000110 | 101111 | 0 | 1101 | 11011100 | 1000110 | 111000 |
Color Harmonies of #4275DD
Complementary color
Monochromatic Colors of #4275DD
Black with #4275DD
Text Example
Text Example
White with #4275DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4275DD; }
p { color: rgb(66,117,221); }
H1.HeaderClassName
{
color: #4275DD;
}
.AnyTagClassName
{
color: #4275DD;
}
</style>
background-color css
<style>
a { background-color: #4275DD; }
a { background-color: rgb(66,117,221); }
div.DivClassName
{
background-color: #4275DD;
}
.BgClassName
{
background-color: #4275DD;
}
</style>
border-color css
<style>
span { border-color: #4275DD; }
span { border-color: rgb(66,117,221); }
td.TdClassName
{
border-color: #4275DD;
}
.TagClassName
{
border-color: #4275DD;
}
</style>