Shades of Royal Blue #4269DA
Tints of Royal Blue #4269DA
RGB
CMYK
RGB Variations
Color information
#4269DA (or 0x4269DA) is known color: Royal Blue. HEX triplet: 42, 69 and DA. RGB value is (66,105,218). Sum of RGB (Red+Green+Blue) = 66+105+218=389 (51% of max value = 765). Red value is 66 (26.17% from 255 or 16.97% from 389); Green value is 105 (41.41% from 255 or 26.99% from 389); Blue value is 218 (85.55% from 255 or 56.04% from 389); Max value from RGB is 218 - color contains mainly: blue. Hex color #4269DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4269DA is #BD9625. Grayscale: #696969. Windows color (decimal): -12424742 or 14313794. OLE color: 14313794.
HSL color Cylindrical-coordinate representation of color #4269DA: hue angle of 224.61º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4269DA is Cyan = 0.70, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 66 | 105 | 218 | - |
| CMYK | 0.70 | 0.52 | 0 | 0.15 |
| HSL | 224.61º | 0.67% | 0.56% | - |
| HSV(B) | 224.61º | 0.7% | 0.85% | - |
| XYZ | 19.95 | 16.32 | 68.43 | - |
| YUV | 106.22 | 191.08 | 99.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 105 | 218 | 0.70 | 0.52 | 0 | 0.15 | 224.61 | 0.67 | 0.56 |
| Hex | 42 | 69 | DA | 46 | 34 | 0 | F | E1 | 43 | 38 |
| Octal | 102 | 151 | 332 | 106 | 64 | 0 | 17 | 341 | 103 | 70 |
| Binary | 1000010 | 1101001 | 11011010 | 1000110 | 110100 | 0 | 1111 | 11100001 | 1000011 | 111000 |
Color Harmonies of #4269DA
Complementary color
Monochromatic Colors of #4269DA
Black with #4269DA
Text Example
Text Example
White with #4269DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4269DA; }
p { color: rgb(66,105,218); }
H1.HeaderClassName
{
color: #4269DA;
}
.AnyTagClassName
{
color: #4269DA;
}
</style>
background-color css
<style>
a { background-color: #4269DA; }
a { background-color: rgb(66,105,218); }
div.DivClassName
{
background-color: #4269DA;
}
.BgClassName
{
background-color: #4269DA;
}
</style>
border-color css
<style>
span { border-color: #4269DA; }
span { border-color: rgb(66,105,218); }
td.TdClassName
{
border-color: #4269DA;
}
.TagClassName
{
border-color: #4269DA;
}
</style>