Shades of Royal Blue #4375FE
Tints of Royal Blue #4375FE
RGB
CMYK
RGB Variations
Color information
#4375FE (or 0x4375FE) is known color: Royal Blue. HEX triplet: 43, 75 and FE. RGB value is (67,117,254). Sum of RGB (Red+Green+Blue) = 67+117+254=438 (58% of max value = 765). Red value is 67 (26.56% from 255 or 15.30% from 438); Green value is 117 (46.09% from 255 or 26.71% from 438); Blue value is 254 (99.61% from 255 or 57.99% from 438); Max value from RGB is 254 - color contains mainly: blue. Hex color #4375FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4375FE is #BC8A01. Grayscale: #757575. Windows color (decimal): -12356098 or 16676163. OLE color: 16676163.
HSL color Cylindrical-coordinate representation of color #4375FE: hue angle of 223.96º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4375FE is Cyan = 0.74, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 67 | 117 | 254 | - |
| CMYK | 0.74 | 0.54 | 0 | 0.00 |
| HSL | 223.96º | 0.99% | 0.63% | - |
| HSV(B) | 223.96º | 0.74% | 1% | - |
| XYZ | 26.57 | 21.07 | 96.43 | - |
| YUV | 117.67 | 204.94 | 91.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 117 | 254 | 0.74 | 0.54 | 0 | 0.00 | 223.96 | 0.99 | 0.63 |
| Hex | 43 | 75 | FE | 4A | 36 | 0 | 0 | E0 | 63 | 3F |
| Octal | 103 | 165 | 376 | 112 | 66 | 0 | 0 | 340 | 143 | 77 |
| Binary | 1000011 | 1110101 | 11111110 | 1001010 | 110110 | 0 | 0 | 11100000 | 1100011 | 111111 |
Color Harmonies of #4375FE
Complementary color
Monochromatic Colors of #4375FE
Black with #4375FE
Text Example
Text Example
White with #4375FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4375FE; }
p { color: rgb(67,117,254); }
H1.HeaderClassName
{
color: #4375FE;
}
.AnyTagClassName
{
color: #4375FE;
}
</style>
background-color css
<style>
a { background-color: #4375FE; }
a { background-color: rgb(67,117,254); }
div.DivClassName
{
background-color: #4375FE;
}
.BgClassName
{
background-color: #4375FE;
}
</style>
border-color css
<style>
span { border-color: #4375FE; }
span { border-color: rgb(67,117,254); }
td.TdClassName
{
border-color: #4375FE;
}
.TagClassName
{
border-color: #4375FE;
}
</style>