Shades of Royal Blue #234DF3
Tints of Royal Blue #234DF3
RGB
CMYK
RGB Variations
Color information
#234DF3 (or 0x234DF3) is known color: Royal Blue. HEX triplet: 23, 4D and F3. RGB value is (35,77,243). Sum of RGB (Red+Green+Blue) = 35+77+243=355 (47% of max value = 765). Red value is 35 (14.06% from 255 or 9.86% from 355); Green value is 77 (30.47% from 255 or 21.69% from 355); Blue value is 243 (95.31% from 255 or 68.45% from 355); Max value from RGB is 243 - color contains mainly: blue. Hex color #234DF3 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #234DF3 is #DCB20C. Grayscale: #525252. Windows color (decimal): -14463501 or 15944995. OLE color: 15944995.
HSL color Cylindrical-coordinate representation of color #234DF3: hue angle of 227.88º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #234DF3 is Cyan = 0.86, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 35 | 77 | 243 | - |
| CMYK | 0.86 | 0.68 | 0 | 0.05 |
| HSL | 227.88º | 0.9% | 0.55% | - |
| HSV(B) | 227.88º | 0.86% | 0.95% | - |
| XYZ | 19.52 | 12.14 | 86.11 | - |
| YUV | 83.37 | 218.09 | 93.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 77 | 243 | 0.86 | 0.68 | 0 | 0.05 | 227.88 | 0.9 | 0.55 |
| Hex | 23 | 4D | F3 | 56 | 44 | 0 | 5 | E4 | 5A | 37 |
| Octal | 43 | 115 | 363 | 126 | 104 | 0 | 5 | 344 | 132 | 67 |
| Binary | 100011 | 1001101 | 11110011 | 1010110 | 1000100 | 0 | 101 | 11100100 | 1011010 | 110111 |
Color Harmonies of #234DF3
Complementary color
Monochromatic Colors of #234DF3
Black with #234DF3
Text Example
Text Example
White with #234DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234DF3; }
p { color: rgb(35,77,243); }
H1.HeaderClassName
{
color: #234DF3;
}
.AnyTagClassName
{
color: #234DF3;
}
</style>
background-color css
<style>
a { background-color: #234DF3; }
a { background-color: rgb(35,77,243); }
div.DivClassName
{
background-color: #234DF3;
}
.BgClassName
{
background-color: #234DF3;
}
</style>
border-color css
<style>
span { border-color: #234DF3; }
span { border-color: rgb(35,77,243); }
td.TdClassName
{
border-color: #234DF3;
}
.TagClassName
{
border-color: #234DF3;
}
</style>