Shades of Royal Blue #4264FA
Tints of Royal Blue #4264FA
RGB
CMYK
RGB Variations
Color information
#4264FA (or 0x4264FA) is known color: Royal Blue. HEX triplet: 42, 64 and FA. RGB value is (66,100,250). Sum of RGB (Red+Green+Blue) = 66+100+250=416 (55% of max value = 765). Red value is 66 (26.17% from 255 or 15.87% from 416); Green value is 100 (39.45% from 255 or 24.04% from 416); Blue value is 250 (98.05% from 255 or 60.10% from 416); Max value from RGB is 250 - color contains mainly: blue. Hex color #4264FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4264FA is #BD9B05. Grayscale: #6A6A6A. Windows color (decimal): -12425990 or 16409666. OLE color: 16409666.
HSL color Cylindrical-coordinate representation of color #4264FA: hue angle of 228.91º 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 #4264FA is Cyan = 0.74, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 66 | 100 | 250 | - |
| CMYK | 0.74 | 0.6 | 0 | 0.02 |
| HSL | 228.91º | 0.95% | 0.62% | - |
| HSV(B) | 228.91º | 0.74% | 0.98% | - |
| XYZ | 24.06 | 17.17 | 92.49 | - |
| YUV | 106.93 | 208.74 | 98.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 100 | 250 | 0.74 | 0.6 | 0 | 0.02 | 228.91 | 0.95 | 0.62 |
| Hex | 42 | 64 | FA | 4A | 3C | 0 | 2 | E5 | 5F | 3E |
| Octal | 102 | 144 | 372 | 112 | 74 | 0 | 2 | 345 | 137 | 76 |
| Binary | 1000010 | 1100100 | 11111010 | 1001010 | 111100 | 0 | 10 | 11100101 | 1011111 | 111110 |
Color Harmonies of #4264FA
Complementary color
Monochromatic Colors of #4264FA
Black with #4264FA
Text Example
Text Example
White with #4264FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4264FA; }
p { color: rgb(66,100,250); }
H1.HeaderClassName
{
color: #4264FA;
}
.AnyTagClassName
{
color: #4264FA;
}
</style>
background-color css
<style>
a { background-color: #4264FA; }
a { background-color: rgb(66,100,250); }
div.DivClassName
{
background-color: #4264FA;
}
.BgClassName
{
background-color: #4264FA;
}
</style>
border-color css
<style>
span { border-color: #4264FA; }
span { border-color: rgb(66,100,250); }
td.TdClassName
{
border-color: #4264FA;
}
.TagClassName
{
border-color: #4264FA;
}
</style>