Shades of Royal Blue #4268FC
Tints of Royal Blue #4268FC
RGB
CMYK
RGB Variations
Color information
#4268FC (or 0x4268FC) is known color: Royal Blue. HEX triplet: 42, 68 and FC. RGB value is (66,104,252). Sum of RGB (Red+Green+Blue) = 66+104+252=422 (55% of max value = 765). Red value is 66 (26.17% from 255 or 15.64% from 422); Green value is 104 (41.02% from 255 or 24.64% from 422); Blue value is 252 (98.83% from 255 or 59.72% from 422); Max value from RGB is 252 - color contains mainly: blue. Hex color #4268FC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4268FC is #BD9703. Grayscale: #6C6C6C. Windows color (decimal): -12424964 or 16541762. OLE color: 16541762.
HSL color Cylindrical-coordinate representation of color #4268FC: hue angle of 227.74º 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 #4268FC is Cyan = 0.74, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 66 | 104 | 252 | - |
| CMYK | 0.74 | 0.59 | 0 | 0.01 |
| HSL | 227.74º | 0.97% | 0.62% | - |
| HSV(B) | 227.74º | 0.74% | 0.99% | - |
| XYZ | 24.77 | 18.09 | 94.28 | - |
| YUV | 109.51 | 208.41 | 96.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 104 | 252 | 0.74 | 0.59 | 0 | 0.01 | 227.74 | 0.97 | 0.62 |
| Hex | 42 | 68 | FC | 4A | 3B | 0 | 1 | E4 | 61 | 3E |
| Octal | 102 | 150 | 374 | 112 | 73 | 0 | 1 | 344 | 141 | 76 |
| Binary | 1000010 | 1101000 | 11111100 | 1001010 | 111011 | 0 | 1 | 11100100 | 1100001 | 111110 |
Color Harmonies of #4268FC
Complementary color
Monochromatic Colors of #4268FC
Black with #4268FC
Text Example
Text Example
White with #4268FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4268FC; }
p { color: rgb(66,104,252); }
H1.HeaderClassName
{
color: #4268FC;
}
.AnyTagClassName
{
color: #4268FC;
}
</style>
background-color css
<style>
a { background-color: #4268FC; }
a { background-color: rgb(66,104,252); }
div.DivClassName
{
background-color: #4268FC;
}
.BgClassName
{
background-color: #4268FC;
}
</style>
border-color css
<style>
span { border-color: #4268FC; }
span { border-color: rgb(66,104,252); }
td.TdClassName
{
border-color: #4268FC;
}
.TagClassName
{
border-color: #4268FC;
}
</style>