Shades of Royal Blue #435EDC
Tints of Royal Blue #435EDC
RGB
CMYK
RGB Variations
Color information
#435EDC (or 0x435EDC) is known color: Royal Blue. HEX triplet: 43, 5E and DC. RGB value is (67,94,220). Sum of RGB (Red+Green+Blue) = 67+94+220=381 (50% of max value = 765). Red value is 67 (26.56% from 255 or 17.59% from 381); Green value is 94 (37.11% from 255 or 24.67% from 381); Blue value is 220 (86.33% from 255 or 57.74% from 381); Max value from RGB is 220 - color contains mainly: blue. Hex color #435EDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #435EDC is #BCA123. Grayscale: #636363. Windows color (decimal): -12362020 or 14442051. OLE color: 14442051.
HSL color Cylindrical-coordinate representation of color #435EDC: hue angle of 229.41º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #435EDC is Cyan = 0.70, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 67 | 94 | 220 | - |
| CMYK | 0.70 | 0.57 | 0 | 0.14 |
| HSL | 229.41º | 0.69% | 0.56% | - |
| HSV(B) | 229.41º | 0.7% | 0.86% | - |
| XYZ | 19.24 | 14.37 | 69.47 | - |
| YUV | 100.29 | 195.55 | 104.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 94 | 220 | 0.70 | 0.57 | 0 | 0.14 | 229.41 | 0.69 | 0.56 |
| Hex | 43 | 5E | DC | 46 | 39 | 0 | E | E5 | 45 | 38 |
| Octal | 103 | 136 | 334 | 106 | 71 | 0 | 16 | 345 | 105 | 70 |
| Binary | 1000011 | 1011110 | 11011100 | 1000110 | 111001 | 0 | 1110 | 11100101 | 1000101 | 111000 |
Color Harmonies of #435EDC
Complementary color
Monochromatic Colors of #435EDC
Black with #435EDC
Text Example
Text Example
White with #435EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #435EDC; }
p { color: rgb(67,94,220); }
H1.HeaderClassName
{
color: #435EDC;
}
.AnyTagClassName
{
color: #435EDC;
}
</style>
background-color css
<style>
a { background-color: #435EDC; }
a { background-color: rgb(67,94,220); }
div.DivClassName
{
background-color: #435EDC;
}
.BgClassName
{
background-color: #435EDC;
}
</style>
border-color css
<style>
span { border-color: #435EDC; }
span { border-color: rgb(67,94,220); }
td.TdClassName
{
border-color: #435EDC;
}
.TagClassName
{
border-color: #435EDC;
}
</style>