Shades of Royal Blue #4275D2
Tints of Royal Blue #4275D2
RGB
CMYK
RGB Variations
Color information
#4275D2 (or 0x4275D2) is known color: Royal Blue. HEX triplet: 42, 75 and D2. RGB value is (66,117,210). Sum of RGB (Red+Green+Blue) = 66+117+210=393 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.79% from 393); Green value is 117 (46.09% from 255 or 29.77% from 393); Blue value is 210 (82.42% from 255 or 53.44% from 393); Max value from RGB is 210 - color contains mainly: blue. Hex color #4275D2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4275D2 is #BD8A2D. Grayscale: #6F6F6F. Windows color (decimal): -12421678 or 13792578. OLE color: 13792578.
HSL color Cylindrical-coordinate representation of color #4275D2: hue angle of 218.75º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4275D2 is Cyan = 0.69, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 66 | 117 | 210 | - |
| CMYK | 0.69 | 0.44 | 0 | 0.18 |
| HSL | 218.75º | 0.62% | 0.54% | - |
| HSV(B) | 218.75º | 0.69% | 0.82% | - |
| XYZ | 20.24 | 18.53 | 63.48 | - |
| YUV | 112.35 | 183.1 | 94.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 117 | 210 | 0.69 | 0.44 | 0 | 0.18 | 218.75 | 0.62 | 0.54 |
| Hex | 42 | 75 | D2 | 45 | 2C | 0 | 12 | DB | 3E | 36 |
| Octal | 102 | 165 | 322 | 105 | 54 | 0 | 22 | 333 | 76 | 66 |
| Binary | 1000010 | 1110101 | 11010010 | 1000101 | 101100 | 0 | 10010 | 11011011 | 111110 | 110110 |
Color Harmonies of #4275D2
Complementary color
Monochromatic Colors of #4275D2
Black with #4275D2
Text Example
Text Example
White with #4275D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4275D2; }
p { color: rgb(66,117,210); }
H1.HeaderClassName
{
color: #4275D2;
}
.AnyTagClassName
{
color: #4275D2;
}
</style>
background-color css
<style>
a { background-color: #4275D2; }
a { background-color: rgb(66,117,210); }
div.DivClassName
{
background-color: #4275D2;
}
.BgClassName
{
background-color: #4275D2;
}
</style>
border-color css
<style>
span { border-color: #4275D2; }
span { border-color: rgb(66,117,210); }
td.TdClassName
{
border-color: #4275D2;
}
.TagClassName
{
border-color: #4275D2;
}
</style>