Shades of Royal Blue #235DF2
Tints of Royal Blue #235DF2
RGB
CMYK
RGB Variations
Color information
#235DF2 (or 0x235DF2) is known color: Royal Blue. HEX triplet: 23, 5D and F2. RGB value is (35,93,242). Sum of RGB (Red+Green+Blue) = 35+93+242=370 (49% of max value = 765). Red value is 35 (14.06% from 255 or 9.46% from 370); Green value is 93 (36.72% from 255 or 25.14% from 370); Blue value is 242 (94.92% from 255 or 65.41% from 370); Max value from RGB is 242 - color contains mainly: blue. Hex color #235DF2 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #235DF2 is #DCA20D. Grayscale: #5B5B5B. Windows color (decimal): -14459406 or 15883555. OLE color: 15883555.
HSL color Cylindrical-coordinate representation of color #235DF2: hue angle of 223.19º 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 #235DF2 is Cyan = 0.86, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 35 | 93 | 242 | - |
| CMYK | 0.86 | 0.62 | 0 | 0.05 |
| HSL | 223.19º | 0.89% | 0.54% | - |
| HSV(B) | 223.19º | 0.86% | 0.95% | - |
| XYZ | 20.63 | 14.6 | 85.73 | - |
| YUV | 92.64 | 212.28 | 86.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 93 | 242 | 0.86 | 0.62 | 0 | 0.05 | 223.19 | 0.89 | 0.54 |
| Hex | 23 | 5D | F2 | 56 | 3E | 0 | 5 | DF | 59 | 36 |
| Octal | 43 | 135 | 362 | 126 | 76 | 0 | 5 | 337 | 131 | 66 |
| Binary | 100011 | 1011101 | 11110010 | 1010110 | 111110 | 0 | 101 | 11011111 | 1011001 | 110110 |
Color Harmonies of #235DF2
Complementary color
Monochromatic Colors of #235DF2
Black with #235DF2
Text Example
Text Example
White with #235DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #235DF2; }
p { color: rgb(35,93,242); }
H1.HeaderClassName
{
color: #235DF2;
}
.AnyTagClassName
{
color: #235DF2;
}
</style>
background-color css
<style>
a { background-color: #235DF2; }
a { background-color: rgb(35,93,242); }
div.DivClassName
{
background-color: #235DF2;
}
.BgClassName
{
background-color: #235DF2;
}
</style>
border-color css
<style>
span { border-color: #235DF2; }
span { border-color: rgb(35,93,242); }
td.TdClassName
{
border-color: #235DF2;
}
.TagClassName
{
border-color: #235DF2;
}
</style>