Shades of Royal Blue #4372FB
Tints of Royal Blue #4372FB
RGB
CMYK
RGB Variations
Color information
#4372FB (or 0x4372FB) is known color: Royal Blue. HEX triplet: 43, 72 and FB. RGB value is (67,114,251). Sum of RGB (Red+Green+Blue) = 67+114+251=432 (57% of max value = 765). Red value is 67 (26.56% from 255 or 15.51% from 432); Green value is 114 (44.92% from 255 or 26.39% from 432); Blue value is 251 (98.44% from 255 or 58.10% from 432); Max value from RGB is 251 - color contains mainly: blue. Hex color #4372FB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4372FB is #BC8D04. Grayscale: #727272. Windows color (decimal): -12356869 or 16478787. OLE color: 16478787.
HSL color Cylindrical-coordinate representation of color #4372FB: hue angle of 224.67º 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 #4372FB is Cyan = 0.73, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 67 | 114 | 251 | - |
| CMYK | 0.73 | 0.55 | 0 | 0.02 |
| HSL | 224.67º | 0.96% | 0.62% | - |
| HSV(B) | 224.67º | 0.73% | 0.98% | - |
| XYZ | 25.74 | 20.19 | 93.81 | - |
| YUV | 115.57 | 204.43 | 93.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 114 | 251 | 0.73 | 0.55 | 0 | 0.02 | 224.67 | 0.96 | 0.62 |
| Hex | 43 | 72 | FB | 49 | 37 | 0 | 2 | E1 | 60 | 3E |
| Octal | 103 | 162 | 373 | 111 | 67 | 0 | 2 | 341 | 140 | 76 |
| Binary | 1000011 | 1110010 | 11111011 | 1001001 | 110111 | 0 | 10 | 11100001 | 1100000 | 111110 |
Color Harmonies of #4372FB
Complementary color
Monochromatic Colors of #4372FB
Black with #4372FB
Text Example
Text Example
White with #4372FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4372FB; }
p { color: rgb(67,114,251); }
H1.HeaderClassName
{
color: #4372FB;
}
.AnyTagClassName
{
color: #4372FB;
}
</style>
background-color css
<style>
a { background-color: #4372FB; }
a { background-color: rgb(67,114,251); }
div.DivClassName
{
background-color: #4372FB;
}
.BgClassName
{
background-color: #4372FB;
}
</style>
border-color css
<style>
span { border-color: #4372FB; }
span { border-color: rgb(67,114,251); }
td.TdClassName
{
border-color: #4372FB;
}
.TagClassName
{
border-color: #4372FB;
}
</style>