Shades of Royal Blue #4263FC
Tints of Royal Blue #4263FC
RGB
CMYK
RGB Variations
Color information
#4263FC (or 0x4263FC) is known color: Royal Blue. HEX triplet: 42, 63 and FC. RGB value is (66,99,252). Sum of RGB (Red+Green+Blue) = 66+99+252=417 (55% of max value = 765). Red value is 66 (26.17% from 255 or 15.83% from 417); Green value is 99 (39.06% from 255 or 23.74% from 417); Blue value is 252 (98.83% from 255 or 60.43% from 417); Max value from RGB is 252 - color contains mainly: blue. Hex color #4263FC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4263FC is #BD9C03. Grayscale: #696969. Windows color (decimal): -12426244 or 16540482. OLE color: 16540482.
HSL color Cylindrical-coordinate representation of color #4263FC: hue angle of 229.35º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4263FC is Cyan = 0.74, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 66 | 99 | 252 | - |
| CMYK | 0.74 | 0.61 | 0 | 0.01 |
| HSL | 229.35º | 0.97% | 0.62% | - |
| HSV(B) | 229.35º | 0.74% | 0.99% | - |
| XYZ | 24.28 | 17.11 | 94.12 | - |
| YUV | 106.58 | 210.07 | 99.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 99 | 252 | 0.74 | 0.61 | 0 | 0.01 | 229.35 | 0.97 | 0.62 |
| Hex | 42 | 63 | FC | 4A | 3D | 0 | 1 | E5 | 61 | 3E |
| Octal | 102 | 143 | 374 | 112 | 75 | 0 | 1 | 345 | 141 | 76 |
| Binary | 1000010 | 1100011 | 11111100 | 1001010 | 111101 | 0 | 1 | 11100101 | 1100001 | 111110 |
Color Harmonies of #4263FC
Complementary color
Monochromatic Colors of #4263FC
Black with #4263FC
Text Example
Text Example
White with #4263FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4263FC; }
p { color: rgb(66,99,252); }
H1.HeaderClassName
{
color: #4263FC;
}
.AnyTagClassName
{
color: #4263FC;
}
</style>
background-color css
<style>
a { background-color: #4263FC; }
a { background-color: rgb(66,99,252); }
div.DivClassName
{
background-color: #4263FC;
}
.BgClassName
{
background-color: #4263FC;
}
</style>
border-color css
<style>
span { border-color: #4263FC; }
span { border-color: rgb(66,99,252); }
td.TdClassName
{
border-color: #4263FC;
}
.TagClassName
{
border-color: #4263FC;
}
</style>