Shades of Royal Blue #234AF2
Tints of Royal Blue #234AF2
RGB
CMYK
RGB Variations
Color information
#234AF2 (or 0x234AF2) is known color: Royal Blue. HEX triplet: 23, 4A and F2. RGB value is (35,74,242). Sum of RGB (Red+Green+Blue) = 35+74+242=351 (46% of max value = 765). Red value is 35 (14.06% from 255 or 9.97% from 351); Green value is 74 (29.30% from 255 or 21.08% from 351); Blue value is 242 (94.92% from 255 or 68.95% from 351); Max value from RGB is 242 - color contains mainly: blue. Hex color #234AF2 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #234AF2 is #DCB50D. Grayscale: #505050. Windows color (decimal): -14464270 or 15878691. OLE color: 15878691.
HSL color Cylindrical-coordinate representation of color #234AF2: hue angle of 228.7º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #234AF2 is Cyan = 0.86, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 35 | 74 | 242 | - |
| CMYK | 0.86 | 0.69 | 0 | 0.05 |
| HSL | 228.7º | 0.89% | 0.54% | - |
| HSV(B) | 228.7º | 0.86% | 0.95% | - |
| XYZ | 19.17 | 11.67 | 85.25 | - |
| YUV | 81.49 | 218.58 | 94.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 74 | 242 | 0.86 | 0.69 | 0 | 0.05 | 228.7 | 0.89 | 0.54 |
| Hex | 23 | 4A | F2 | 56 | 45 | 0 | 5 | E5 | 59 | 36 |
| Octal | 43 | 112 | 362 | 126 | 105 | 0 | 5 | 345 | 131 | 66 |
| Binary | 100011 | 1001010 | 11110010 | 1010110 | 1000101 | 0 | 101 | 11100101 | 1011001 | 110110 |
Color Harmonies of #234AF2
Complementary color
Monochromatic Colors of #234AF2
Black with #234AF2
Text Example
Text Example
White with #234AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234AF2; }
p { color: rgb(35,74,242); }
H1.HeaderClassName
{
color: #234AF2;
}
.AnyTagClassName
{
color: #234AF2;
}
</style>
background-color css
<style>
a { background-color: #234AF2; }
a { background-color: rgb(35,74,242); }
div.DivClassName
{
background-color: #234AF2;
}
.BgClassName
{
background-color: #234AF2;
}
</style>
border-color css
<style>
span { border-color: #234AF2; }
span { border-color: rgb(35,74,242); }
td.TdClassName
{
border-color: #234AF2;
}
.TagClassName
{
border-color: #234AF2;
}
</style>