Shades of Royal Blue #435FDB
Tints of Royal Blue #435FDB
RGB
CMYK
RGB Variations
Color information
#435FDB (or 0x435FDB) is known color: Royal Blue. HEX triplet: 43, 5F and DB. RGB value is (67,95,219). Sum of RGB (Red+Green+Blue) = 67+95+219=381 (50% of max value = 765). Red value is 67 (26.56% from 255 or 17.59% from 381); Green value is 95 (37.5% from 255 or 24.93% from 381); Blue value is 219 (85.94% from 255 or 57.48% from 381); Max value from RGB is 219 - color contains mainly: blue. Hex color #435FDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #435FDB is #BCA024. Grayscale: #646464. Windows color (decimal): -12361765 or 14376771. OLE color: 14376771.
HSL color Cylindrical-coordinate representation of color #435FDB: hue angle of 228.95º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #435FDB is Cyan = 0.69, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 67 | 95 | 219 | - |
| CMYK | 0.69 | 0.57 | 0 | 0.14 |
| HSL | 228.95º | 0.68% | 0.56% | - |
| HSV(B) | 228.95º | 0.69% | 0.86% | - |
| XYZ | 19.19 | 14.49 | 68.8 | - |
| YUV | 100.76 | 194.72 | 103.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 95 | 219 | 0.69 | 0.57 | 0 | 0.14 | 228.95 | 0.68 | 0.56 |
| Hex | 43 | 5F | DB | 45 | 39 | 0 | E | E5 | 44 | 38 |
| Octal | 103 | 137 | 333 | 105 | 71 | 0 | 16 | 345 | 104 | 70 |
| Binary | 1000011 | 1011111 | 11011011 | 1000101 | 111001 | 0 | 1110 | 11100101 | 1000100 | 111000 |
Color Harmonies of #435FDB
Complementary color
Monochromatic Colors of #435FDB
Black with #435FDB
Text Example
Text Example
White with #435FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #435FDB; }
p { color: rgb(67,95,219); }
H1.HeaderClassName
{
color: #435FDB;
}
.AnyTagClassName
{
color: #435FDB;
}
</style>
background-color css
<style>
a { background-color: #435FDB; }
a { background-color: rgb(67,95,219); }
div.DivClassName
{
background-color: #435FDB;
}
.BgClassName
{
background-color: #435FDB;
}
</style>
border-color css
<style>
span { border-color: #435FDB; }
span { border-color: rgb(67,95,219); }
td.TdClassName
{
border-color: #435FDB;
}
.TagClassName
{
border-color: #435FDB;
}
</style>