Shades of Royal Blue #234DF4
Tints of Royal Blue #234DF4
RGB
CMYK
RGB Variations
Color information
#234DF4 (or 0x234DF4) is known color: Royal Blue. HEX triplet: 23, 4D and F4. RGB value is (35,77,244). Sum of RGB (Red+Green+Blue) = 35+77+244=356 (47% of max value = 765). Red value is 35 (14.06% from 255 or 9.83% from 356); Green value is 77 (30.47% from 255 or 21.63% from 356); Blue value is 244 (95.70% from 255 or 68.54% from 356); Max value from RGB is 244 - color contains mainly: blue. Hex color #234DF4 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #234DF4 is #DCB20B. Grayscale: #525252. Windows color (decimal): -14463500 or 16010531. OLE color: 16010531.
HSL color Cylindrical-coordinate representation of color #234DF4: hue angle of 227.94º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #234DF4 is Cyan = 0.86, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 35 | 77 | 244 | - |
| CMYK | 0.86 | 0.68 | 0 | 0.04 |
| HSL | 227.94º | 0.9% | 0.55% | - |
| HSV(B) | 227.94º | 0.86% | 0.96% | - |
| XYZ | 19.68 | 12.2 | 86.91 | - |
| YUV | 83.48 | 218.59 | 93.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 77 | 244 | 0.86 | 0.68 | 0 | 0.04 | 227.94 | 0.9 | 0.55 |
| Hex | 23 | 4D | F4 | 56 | 44 | 0 | 4 | E4 | 5A | 37 |
| Octal | 43 | 115 | 364 | 126 | 104 | 0 | 4 | 344 | 132 | 67 |
| Binary | 100011 | 1001101 | 11110100 | 1010110 | 1000100 | 0 | 100 | 11100100 | 1011010 | 110111 |
Color Harmonies of #234DF4
Complementary color
Monochromatic Colors of #234DF4
Black with #234DF4
Text Example
Text Example
White with #234DF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234DF4; }
p { color: rgb(35,77,244); }
H1.HeaderClassName
{
color: #234DF4;
}
.AnyTagClassName
{
color: #234DF4;
}
</style>
background-color css
<style>
a { background-color: #234DF4; }
a { background-color: rgb(35,77,244); }
div.DivClassName
{
background-color: #234DF4;
}
.BgClassName
{
background-color: #234DF4;
}
</style>
border-color css
<style>
span { border-color: #234DF4; }
span { border-color: rgb(35,77,244); }
td.TdClassName
{
border-color: #234DF4;
}
.TagClassName
{
border-color: #234DF4;
}
</style>