Shades of Royal Blue #4269FB
Tints of Royal Blue #4269FB
RGB
CMYK
RGB Variations
Color information
#4269FB (or 0x4269FB) is known color: Royal Blue. HEX triplet: 42, 69 and FB. RGB value is (66,105,251). Sum of RGB (Red+Green+Blue) = 66+105+251=422 (55% of max value = 765). Red value is 66 (26.17% from 255 or 15.64% from 422); Green value is 105 (41.41% from 255 or 24.88% from 422); Blue value is 251 (98.44% from 255 or 59.48% from 422); Max value from RGB is 251 - color contains mainly: blue. Hex color #4269FB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4269FB is #BD9604. Grayscale: #6D6D6D. Windows color (decimal): -12424709 or 16476482. OLE color: 16476482.
HSL color Cylindrical-coordinate representation of color #4269FB: hue angle of 227.35º degrees, saturation: 0.96, 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 #4269FB is Cyan = 0.74, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 66 | 105 | 251 | - |
| CMYK | 0.74 | 0.58 | 0 | 0.02 |
| HSL | 227.35º | 0.96% | 0.62% | - |
| HSV(B) | 227.35º | 0.74% | 0.98% | - |
| XYZ | 24.71 | 18.23 | 93.48 | - |
| YUV | 109.98 | 207.58 | 96.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 105 | 251 | 0.74 | 0.58 | 0 | 0.02 | 227.35 | 0.96 | 0.62 |
| Hex | 42 | 69 | FB | 4A | 3A | 0 | 2 | E3 | 60 | 3E |
| Octal | 102 | 151 | 373 | 112 | 72 | 0 | 2 | 343 | 140 | 76 |
| Binary | 1000010 | 1101001 | 11111011 | 1001010 | 111010 | 0 | 10 | 11100011 | 1100000 | 111110 |
Color Harmonies of #4269FB
Complementary color
Monochromatic Colors of #4269FB
Black with #4269FB
Text Example
Text Example
White with #4269FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4269FB; }
p { color: rgb(66,105,251); }
H1.HeaderClassName
{
color: #4269FB;
}
.AnyTagClassName
{
color: #4269FB;
}
</style>
background-color css
<style>
a { background-color: #4269FB; }
a { background-color: rgb(66,105,251); }
div.DivClassName
{
background-color: #4269FB;
}
.BgClassName
{
background-color: #4269FB;
}
</style>
border-color css
<style>
span { border-color: #4269FB; }
span { border-color: rgb(66,105,251); }
td.TdClassName
{
border-color: #4269FB;
}
.TagClassName
{
border-color: #4269FB;
}
</style>