Shades of Royal Blue #435EDD
Tints of Royal Blue #435EDD
RGB
CMYK
RGB Variations
Color information
#435EDD (or 0x435EDD) is known color: Royal Blue. HEX triplet: 43, 5E and DD. RGB value is (67,94,221). Sum of RGB (Red+Green+Blue) = 67+94+221=382 (50% of max value = 765). Red value is 67 (26.56% from 255 or 17.54% from 382); Green value is 94 (37.11% from 255 or 24.61% from 382); Blue value is 221 (86.72% from 255 or 57.85% from 382); Max value from RGB is 221 - color contains mainly: blue. Hex color #435EDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #435EDD is #BCA122. Grayscale: #636363. Windows color (decimal): -12362019 or 14507587. OLE color: 14507587.
HSL color Cylindrical-coordinate representation of color #435EDD: hue angle of 229.48º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #435EDD is Cyan = 0.70, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 67 | 94 | 221 | - |
| CMYK | 0.70 | 0.57 | 0 | 0.13 |
| HSL | 229.48º | 0.69% | 0.56% | - |
| HSV(B) | 229.48º | 0.7% | 0.87% | - |
| XYZ | 19.37 | 14.42 | 70.17 | - |
| YUV | 100.41 | 196.05 | 104.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 94 | 221 | 0.70 | 0.57 | 0 | 0.13 | 229.48 | 0.69 | 0.56 |
| Hex | 43 | 5E | DD | 46 | 39 | 0 | D | E5 | 45 | 38 |
| Octal | 103 | 136 | 335 | 106 | 71 | 0 | 15 | 345 | 105 | 70 |
| Binary | 1000011 | 1011110 | 11011101 | 1000110 | 111001 | 0 | 1101 | 11100101 | 1000101 | 111000 |
Color Harmonies of #435EDD
Complementary color
Monochromatic Colors of #435EDD
Black with #435EDD
Text Example
Text Example
White with #435EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #435EDD; }
p { color: rgb(67,94,221); }
H1.HeaderClassName
{
color: #435EDD;
}
.AnyTagClassName
{
color: #435EDD;
}
</style>
background-color css
<style>
a { background-color: #435EDD; }
a { background-color: rgb(67,94,221); }
div.DivClassName
{
background-color: #435EDD;
}
.BgClassName
{
background-color: #435EDD;
}
</style>
border-color css
<style>
span { border-color: #435EDD; }
span { border-color: rgb(67,94,221); }
td.TdClassName
{
border-color: #435EDD;
}
.TagClassName
{
border-color: #435EDD;
}
</style>