Shades of Royal Blue #4375F5
Tints of Royal Blue #4375F5
RGB
CMYK
RGB Variations
Color information
#4375F5 (or 0x4375F5) is known color: Royal Blue. HEX triplet: 43, 75 and F5. RGB value is (67,117,245). Sum of RGB (Red+Green+Blue) = 67+117+245=429 (56% of max value = 765). Red value is 67 (26.56% from 255 or 15.62% from 429); Green value is 117 (46.09% from 255 or 27.27% from 429); Blue value is 245 (96.09% from 255 or 57.11% from 429); Max value from RGB is 245 - color contains mainly: blue. Hex color #4375F5 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4375F5 is #BC8A0A. Grayscale: #747474. Windows color (decimal): -12356107 or 16086339. OLE color: 16086339.
HSL color Cylindrical-coordinate representation of color #4375F5: hue angle of 223.15º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4375F5 is Cyan = 0.73, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 67 | 117 | 245 | - |
| CMYK | 0.73 | 0.52 | 0 | 0.04 |
| HSL | 223.15º | 0.9% | 0.61% | - |
| HSV(B) | 223.15º | 0.73% | 0.96% | - |
| XYZ | 25.16 | 20.51 | 89.02 | - |
| YUV | 116.64 | 200.44 | 92.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 117 | 245 | 0.73 | 0.52 | 0 | 0.04 | 223.15 | 0.9 | 0.61 |
| Hex | 43 | 75 | F5 | 49 | 34 | 0 | 4 | DF | 5A | 3D |
| Octal | 103 | 165 | 365 | 111 | 64 | 0 | 4 | 337 | 132 | 75 |
| Binary | 1000011 | 1110101 | 11110101 | 1001001 | 110100 | 0 | 100 | 11011111 | 1011010 | 111101 |
Color Harmonies of #4375F5
Complementary color
Monochromatic Colors of #4375F5
Black with #4375F5
Text Example
Text Example
White with #4375F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4375F5; }
p { color: rgb(67,117,245); }
H1.HeaderClassName
{
color: #4375F5;
}
.AnyTagClassName
{
color: #4375F5;
}
</style>
background-color css
<style>
a { background-color: #4375F5; }
a { background-color: rgb(67,117,245); }
div.DivClassName
{
background-color: #4375F5;
}
.BgClassName
{
background-color: #4375F5;
}
</style>
border-color css
<style>
span { border-color: #4375F5; }
span { border-color: rgb(67,117,245); }
td.TdClassName
{
border-color: #4375F5;
}
.TagClassName
{
border-color: #4375F5;
}
</style>