Shades of Royal Blue #4275FD
Tints of Royal Blue #4275FD
RGB
CMYK
RGB Variations
Color information
#4275FD (or 0x4275FD) is known color: Royal Blue. HEX triplet: 42, 75 and FD. RGB value is (66,117,253). Sum of RGB (Red+Green+Blue) = 66+117+253=436 (57% of max value = 765). Red value is 66 (26.17% from 255 or 15.14% from 436); Green value is 117 (46.09% from 255 or 26.83% from 436); Blue value is 253 (99.22% from 255 or 58.03% from 436); Max value from RGB is 253 - color contains mainly: blue. Hex color #4275FD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4275FD is #BD8A02. Grayscale: #747474. Windows color (decimal): -12421635 or 16610626. OLE color: 16610626.
HSL color Cylindrical-coordinate representation of color #4275FD: hue angle of 223.64º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4275FD is Cyan = 0.74, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 66 | 117 | 253 | - |
| CMYK | 0.74 | 0.54 | 0 | 0.01 |
| HSL | 223.64º | 0.98% | 0.63% | - |
| HSV(B) | 223.64º | 0.74% | 0.99% | - |
| XYZ | 26.34 | 20.97 | 95.59 | - |
| YUV | 117.26 | 204.6 | 91.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 117 | 253 | 0.74 | 0.54 | 0 | 0.01 | 223.64 | 0.98 | 0.63 |
| Hex | 42 | 75 | FD | 4A | 36 | 0 | 1 | E0 | 62 | 3F |
| Octal | 102 | 165 | 375 | 112 | 66 | 0 | 1 | 340 | 142 | 77 |
| Binary | 1000010 | 1110101 | 11111101 | 1001010 | 110110 | 0 | 1 | 11100000 | 1100010 | 111111 |
Color Harmonies of #4275FD
Complementary color
Monochromatic Colors of #4275FD
Black with #4275FD
Text Example
Text Example
White with #4275FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4275FD; }
p { color: rgb(66,117,253); }
H1.HeaderClassName
{
color: #4275FD;
}
.AnyTagClassName
{
color: #4275FD;
}
</style>
background-color css
<style>
a { background-color: #4275FD; }
a { background-color: rgb(66,117,253); }
div.DivClassName
{
background-color: #4275FD;
}
.BgClassName
{
background-color: #4275FD;
}
</style>
border-color css
<style>
span { border-color: #4275FD; }
span { border-color: rgb(66,117,253); }
td.TdClassName
{
border-color: #4275FD;
}
.TagClassName
{
border-color: #4275FD;
}
</style>