Shades of Royal Blue #426BCA
Tints of Royal Blue #426BCA
RGB
CMYK
RGB Variations
Color information
#426BCA (or 0x426BCA) is known color: Royal Blue. HEX triplet: 42, 6B and CA. RGB value is (66,107,202). Sum of RGB (Red+Green+Blue) = 66+107+202=375 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.6% from 375); Green value is 107 (42.19% from 255 or 28.53% from 375); Blue value is 202 (79.30% from 255 or 53.87% from 375); Max value from RGB is 202 - color contains mainly: blue. Hex color #426BCA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #426BCA is #BD9435. Grayscale: #696969. Windows color (decimal): -12424246 or 13265730. OLE color: 13265730.
HSL color Cylindrical-coordinate representation of color #426BCA: hue angle of 221.91º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #426BCA is Cyan = 0.67, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 66 | 107 | 202 | - |
| CMYK | 0.67 | 0.47 | 0 | 0.21 |
| HSL | 221.91º | 0.56% | 0.53% | - |
| HSV(B) | 221.91º | 0.67% | 0.79% | - |
| XYZ | 18.17 | 15.94 | 58 | - |
| YUV | 105.57 | 182.42 | 99.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 107 | 202 | 0.67 | 0.47 | 0 | 0.21 | 221.91 | 0.56 | 0.53 |
| Hex | 42 | 6B | CA | 43 | 2F | 0 | 15 | DE | 38 | 35 |
| Octal | 102 | 153 | 312 | 103 | 57 | 0 | 25 | 336 | 70 | 65 |
| Binary | 1000010 | 1101011 | 11001010 | 1000011 | 101111 | 0 | 10101 | 11011110 | 111000 | 110101 |
Color Harmonies of #426BCA
Complementary color
Monochromatic Colors of #426BCA
Black with #426BCA
Text Example
Text Example
White with #426BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #426BCA; }
p { color: rgb(66,107,202); }
H1.HeaderClassName
{
color: #426BCA;
}
.AnyTagClassName
{
color: #426BCA;
}
</style>
background-color css
<style>
a { background-color: #426BCA; }
a { background-color: rgb(66,107,202); }
div.DivClassName
{
background-color: #426BCA;
}
.BgClassName
{
background-color: #426BCA;
}
</style>
border-color css
<style>
span { border-color: #426BCA; }
span { border-color: rgb(66,107,202); }
td.TdClassName
{
border-color: #426BCA;
}
.TagClassName
{
border-color: #426BCA;
}
</style>