Shades of Royal Blue #4380EF
Tints of Royal Blue #4380EF
RGB
CMYK
RGB Variations
Color information
#4380EF (or 0x4380EF) is known color: Royal Blue. HEX triplet: 43, 80 and EF. RGB value is (67,128,239). Sum of RGB (Red+Green+Blue) = 67+128+239=434 (57% of max value = 765). Red value is 67 (26.56% from 255 or 15.44% from 434); Green value is 128 (50.39% from 255 or 29.49% from 434); Blue value is 239 (93.75% from 255 or 55.07% from 434); Max value from RGB is 239 - color contains mainly: blue. Hex color #4380EF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4380EF is #BC7F10. Grayscale: #797979. Windows color (decimal): -12353297 or 15695939. OLE color: 15695939.
HSL color Cylindrical-coordinate representation of color #4380EF: hue angle of 218.72º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4380EF is Cyan = 0.72, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 67 | 128 | 239 | - |
| CMYK | 0.72 | 0.46 | 0 | 0.06 |
| HSL | 218.72º | 0.84% | 0.6% | - |
| HSV(B) | 218.72º | 0.72% | 0.94% | - |
| XYZ | 25.61 | 22.86 | 84.72 | - |
| YUV | 122.42 | 193.79 | 88.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 128 | 239 | 0.72 | 0.46 | 0 | 0.06 | 218.72 | 0.84 | 0.6 |
| Hex | 43 | 80 | EF | 48 | 2E | 0 | 6 | DB | 54 | 3C |
| Octal | 103 | 200 | 357 | 110 | 56 | 0 | 6 | 333 | 124 | 74 |
| Binary | 1000011 | 10000000 | 11101111 | 1001000 | 101110 | 0 | 110 | 11011011 | 1010100 | 111100 |
Color Harmonies of #4380EF
Complementary color
Monochromatic Colors of #4380EF
Black with #4380EF
Text Example
Text Example
White with #4380EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4380EF; }
p { color: rgb(67,128,239); }
H1.HeaderClassName
{
color: #4380EF;
}
.AnyTagClassName
{
color: #4380EF;
}
</style>
background-color css
<style>
a { background-color: #4380EF; }
a { background-color: rgb(67,128,239); }
div.DivClassName
{
background-color: #4380EF;
}
.BgClassName
{
background-color: #4380EF;
}
</style>
border-color css
<style>
span { border-color: #4380EF; }
span { border-color: rgb(67,128,239); }
td.TdClassName
{
border-color: #4380EF;
}
.TagClassName
{
border-color: #4380EF;
}
</style>