Shades of Royal Blue #234EF6
Tints of Royal Blue #234EF6
RGB
CMYK
RGB Variations
Color information
#234EF6 (or 0x234EF6) is known color: Royal Blue. HEX triplet: 23, 4E and F6. RGB value is (35,78,246). Sum of RGB (Red+Green+Blue) = 35+78+246=359 (47% of max value = 765). Red value is 35 (14.06% from 255 or 9.75% from 359); Green value is 78 (30.86% from 255 or 21.73% from 359); Blue value is 246 (96.48% from 255 or 68.52% from 359); Max value from RGB is 246 - color contains mainly: blue. Hex color #234EF6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #234EF6 is #DCB109. Grayscale: #535353. Windows color (decimal): -14463242 or 16141859. OLE color: 16141859.
HSL color Cylindrical-coordinate representation of color #234EF6: hue angle of 227.77º degrees, saturation: 0.92, 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 #234EF6 is Cyan = 0.86, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 35 | 78 | 246 | - |
| CMYK | 0.86 | 0.68 | 0 | 0.04 |
| HSL | 227.77º | 0.92% | 0.55% | - |
| HSV(B) | 227.77º | 0.86% | 0.96% | - |
| XYZ | 20.05 | 12.46 | 88.54 | - |
| YUV | 84.3 | 219.25 | 92.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 78 | 246 | 0.86 | 0.68 | 0 | 0.04 | 227.77 | 0.92 | 0.55 |
| Hex | 23 | 4E | F6 | 56 | 44 | 0 | 4 | E4 | 5C | 37 |
| Octal | 43 | 116 | 366 | 126 | 104 | 0 | 4 | 344 | 134 | 67 |
| Binary | 100011 | 1001110 | 11110110 | 1010110 | 1000100 | 0 | 100 | 11100100 | 1011100 | 110111 |
Color Harmonies of #234EF6
Complementary color
Monochromatic Colors of #234EF6
Black with #234EF6
Text Example
Text Example
White with #234EF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234EF6; }
p { color: rgb(35,78,246); }
H1.HeaderClassName
{
color: #234EF6;
}
.AnyTagClassName
{
color: #234EF6;
}
</style>
background-color css
<style>
a { background-color: #234EF6; }
a { background-color: rgb(35,78,246); }
div.DivClassName
{
background-color: #234EF6;
}
.BgClassName
{
background-color: #234EF6;
}
</style>
border-color css
<style>
span { border-color: #234EF6; }
span { border-color: rgb(35,78,246); }
td.TdClassName
{
border-color: #234EF6;
}
.TagClassName
{
border-color: #234EF6;
}
</style>