Shades of Royal Blue #4273FA
Tints of Royal Blue #4273FA
RGB
CMYK
RGB Variations
Color information
#4273FA (or 0x4273FA) is known color: Royal Blue. HEX triplet: 42, 73 and FA. RGB value is (66,115,250). Sum of RGB (Red+Green+Blue) = 66+115+250=431 (57% of max value = 765). Red value is 66 (26.17% from 255 or 15.31% from 431); Green value is 115 (45.31% from 255 or 26.68% from 431); Blue value is 250 (98.05% from 255 or 58.00% from 431); Max value from RGB is 250 - color contains mainly: blue. Hex color #4273FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4273FA is #BD8C05. Grayscale: #737373. Windows color (decimal): -12422150 or 16413506. OLE color: 16413506.
HSL color Cylindrical-coordinate representation of color #4273FA: hue angle of 224.02º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4273FA is Cyan = 0.74, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 66 | 115 | 250 | - |
| CMYK | 0.74 | 0.54 | 0 | 0.02 |
| HSL | 224.02º | 0.95% | 0.62% | - |
| HSV(B) | 224.02º | 0.74% | 0.98% | - |
| XYZ | 25.63 | 20.32 | 93.01 | - |
| YUV | 115.74 | 203.77 | 92.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 115 | 250 | 0.74 | 0.54 | 0 | 0.02 | 224.02 | 0.95 | 0.62 |
| Hex | 42 | 73 | FA | 4A | 36 | 0 | 2 | E0 | 5F | 3E |
| Octal | 102 | 163 | 372 | 112 | 66 | 0 | 2 | 340 | 137 | 76 |
| Binary | 1000010 | 1110011 | 11111010 | 1001010 | 110110 | 0 | 10 | 11100000 | 1011111 | 111110 |
Color Harmonies of #4273FA
Complementary color
Monochromatic Colors of #4273FA
Black with #4273FA
Text Example
Text Example
White with #4273FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4273FA; }
p { color: rgb(66,115,250); }
H1.HeaderClassName
{
color: #4273FA;
}
.AnyTagClassName
{
color: #4273FA;
}
</style>
background-color css
<style>
a { background-color: #4273FA; }
a { background-color: rgb(66,115,250); }
div.DivClassName
{
background-color: #4273FA;
}
.BgClassName
{
background-color: #4273FA;
}
</style>
border-color css
<style>
span { border-color: #4273FA; }
span { border-color: rgb(66,115,250); }
td.TdClassName
{
border-color: #4273FA;
}
.TagClassName
{
border-color: #4273FA;
}
</style>