Shades of Royal Blue #4380FB
Tints of Royal Blue #4380FB
RGB
CMYK
RGB Variations
Color information
#4380FB (or 0x4380FB) is known color: Royal Blue. HEX triplet: 43, 80 and FB. RGB value is (67,128,251). Sum of RGB (Red+Green+Blue) = 67+128+251=446 (59% of max value = 765). Red value is 67 (26.56% from 255 or 15.02% from 446); Green value is 128 (50.39% from 255 or 28.70% from 446); Blue value is 251 (98.44% from 255 or 56.28% from 446); Max value from RGB is 251 - color contains mainly: blue. Hex color #4380FB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4380FB is #BC7F04. Grayscale: #7B7B7B. Windows color (decimal): -12353285 or 16482371. OLE color: 16482371.
HSL color Cylindrical-coordinate representation of color #4380FB: hue angle of 220.11º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4380FB is Cyan = 0.73, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 67 | 128 | 251 | - |
| CMYK | 0.73 | 0.49 | 0 | 0.02 |
| HSL | 220.11º | 0.96% | 0.62% | - |
| HSV(B) | 220.11º | 0.73% | 0.98% | - |
| XYZ | 27.45 | 23.6 | 94.37 | - |
| YUV | 123.78 | 199.79 | 87.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 128 | 251 | 0.73 | 0.49 | 0 | 0.02 | 220.11 | 0.96 | 0.62 |
| Hex | 43 | 80 | FB | 49 | 31 | 0 | 2 | DC | 60 | 3E |
| Octal | 103 | 200 | 373 | 111 | 61 | 0 | 2 | 334 | 140 | 76 |
| Binary | 1000011 | 10000000 | 11111011 | 1001001 | 110001 | 0 | 10 | 11011100 | 1100000 | 111110 |
Color Harmonies of #4380FB
Complementary color
Monochromatic Colors of #4380FB
Black with #4380FB
Text Example
Text Example
White with #4380FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4380FB; }
p { color: rgb(67,128,251); }
H1.HeaderClassName
{
color: #4380FB;
}
.AnyTagClassName
{
color: #4380FB;
}
</style>
background-color css
<style>
a { background-color: #4380FB; }
a { background-color: rgb(67,128,251); }
div.DivClassName
{
background-color: #4380FB;
}
.BgClassName
{
background-color: #4380FB;
}
</style>
border-color css
<style>
span { border-color: #4380FB; }
span { border-color: rgb(67,128,251); }
td.TdClassName
{
border-color: #4380FB;
}
.TagClassName
{
border-color: #4380FB;
}
</style>