Shades of Royal Blue #4275E9
Tints of Royal Blue #4275E9
RGB
CMYK
RGB Variations
Color information
#4275E9 (or 0x4275E9) is known color: Royal Blue. HEX triplet: 42, 75 and E9. RGB value is (66,117,233). Sum of RGB (Red+Green+Blue) = 66+117+233=416 (55% of max value = 765). Red value is 66 (26.17% from 255 or 15.87% from 416); Green value is 117 (46.09% from 255 or 28.12% from 416); Blue value is 233 (91.41% from 255 or 56.01% from 416); Max value from RGB is 233 - color contains mainly: blue. Hex color #4275E9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4275E9 is #BD8A16. Grayscale: #727272. Windows color (decimal): -12421655 or 15299906. OLE color: 15299906.
HSL color Cylindrical-coordinate representation of color #4275E9: hue angle of 221.68º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4275E9 is Cyan = 0.72, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 66 | 117 | 233 | - |
| CMYK | 0.72 | 0.50 | 0 | 0.09 |
| HSL | 221.68º | 0.79% | 0.59% | - |
| HSV(B) | 221.68º | 0.72% | 0.91% | - |
| XYZ | 23.32 | 19.76 | 79.68 | - |
| YUV | 114.98 | 194.6 | 93.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 117 | 233 | 0.72 | 0.50 | 0 | 0.09 | 221.68 | 0.79 | 0.59 |
| Hex | 42 | 75 | E9 | 48 | 32 | 0 | 9 | DE | 4F | 3B |
| Octal | 102 | 165 | 351 | 110 | 62 | 0 | 11 | 336 | 117 | 73 |
| Binary | 1000010 | 1110101 | 11101001 | 1001000 | 110010 | 0 | 1001 | 11011110 | 1001111 | 111011 |
Color Harmonies of #4275E9
Complementary color
Monochromatic Colors of #4275E9
Black with #4275E9
Text Example
Text Example
White with #4275E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4275E9; }
p { color: rgb(66,117,233); }
H1.HeaderClassName
{
color: #4275E9;
}
.AnyTagClassName
{
color: #4275E9;
}
</style>
background-color css
<style>
a { background-color: #4275E9; }
a { background-color: rgb(66,117,233); }
div.DivClassName
{
background-color: #4275E9;
}
.BgClassName
{
background-color: #4275E9;
}
</style>
border-color css
<style>
span { border-color: #4275E9; }
span { border-color: rgb(66,117,233); }
td.TdClassName
{
border-color: #4275E9;
}
.TagClassName
{
border-color: #4275E9;
}
</style>