Shades of Royal Blue #4262FA
Tints of Royal Blue #4262FA
RGB
CMYK
RGB Variations
Color information
#4262FA (or 0x4262FA) is known color: Royal Blue. HEX triplet: 42, 62 and FA. RGB value is (66,98,250). Sum of RGB (Red+Green+Blue) = 66+98+250=414 (54% of max value = 765). Red value is 66 (26.17% from 255 or 15.94% from 414); Green value is 98 (38.67% from 255 or 23.67% from 414); Blue value is 250 (98.05% from 255 or 60.39% from 414); Max value from RGB is 250 - color contains mainly: blue. Hex color #4262FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4262FA is #BD9D05. Grayscale: #696969. Windows color (decimal): -12426502 or 16409154. OLE color: 16409154.
HSL color Cylindrical-coordinate representation of color #4262FA: hue angle of 229.57º 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 #4262FA is Cyan = 0.74, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 66 | 98 | 250 | - |
| CMYK | 0.74 | 0.61 | 0 | 0.02 |
| HSL | 229.57º | 0.95% | 0.62% | - |
| HSV(B) | 229.57º | 0.74% | 0.98% | - |
| XYZ | 23.87 | 16.8 | 92.43 | - |
| YUV | 105.76 | 209.4 | 99.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 98 | 250 | 0.74 | 0.61 | 0 | 0.02 | 229.57 | 0.95 | 0.62 |
| Hex | 42 | 62 | FA | 4A | 3D | 0 | 2 | E6 | 5F | 3E |
| Octal | 102 | 142 | 372 | 112 | 75 | 0 | 2 | 346 | 137 | 76 |
| Binary | 1000010 | 1100010 | 11111010 | 1001010 | 111101 | 0 | 10 | 11100110 | 1011111 | 111110 |
Color Harmonies of #4262FA
Complementary color
Monochromatic Colors of #4262FA
Black with #4262FA
Text Example
Text Example
White with #4262FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4262FA; }
p { color: rgb(66,98,250); }
H1.HeaderClassName
{
color: #4262FA;
}
.AnyTagClassName
{
color: #4262FA;
}
</style>
background-color css
<style>
a { background-color: #4262FA; }
a { background-color: rgb(66,98,250); }
div.DivClassName
{
background-color: #4262FA;
}
.BgClassName
{
background-color: #4262FA;
}
</style>
border-color css
<style>
span { border-color: #4262FA; }
span { border-color: rgb(66,98,250); }
td.TdClassName
{
border-color: #4262FA;
}
.TagClassName
{
border-color: #4262FA;
}
</style>