Shades of Royal Blue #2675EB
Tints of Royal Blue #2675EB
RGB
CMYK
RGB Variations
Color information
#2675EB (or 0x2675EB) is known color: Royal Blue. HEX triplet: 26, 75 and EB. RGB value is (38,117,235). Sum of RGB (Red+Green+Blue) = 38+117+235=390 (51% of max value = 765). Red value is 38 (15.23% from 255 or 9.74% from 390); Green value is 117 (46.09% from 255 or 30% from 390); Blue value is 235 (92.19% from 255 or 60.26% from 390); Max value from RGB is 235 - color contains mainly: blue. Hex color #2675EB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2675EB is #D98A14. Grayscale: #6A6A6A. Windows color (decimal): -14256661 or 15430950. OLE color: 15430950.
HSL color Cylindrical-coordinate representation of color #2675EB: hue angle of 215.94º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2675EB is Cyan = 0.84, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 38 | 117 | 235 | - |
| CMYK | 0.84 | 0.50 | 0 | 0.08 |
| HSL | 215.94º | 0.83% | 0.54% | - |
| HSV(B) | 215.94º | 0.84% | 0.92% | - |
| XYZ | 22.16 | 19.13 | 81.12 | - |
| YUV | 106.83 | 200.33 | 78.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 117 | 235 | 0.84 | 0.50 | 0 | 0.08 | 215.94 | 0.83 | 0.54 |
| Hex | 26 | 75 | EB | 54 | 32 | 0 | 8 | D8 | 53 | 36 |
| Octal | 46 | 165 | 353 | 124 | 62 | 0 | 10 | 330 | 123 | 66 |
| Binary | 100110 | 1110101 | 11101011 | 1010100 | 110010 | 0 | 1000 | 11011000 | 1010011 | 110110 |
Color Harmonies of #2675EB
Complementary color
Monochromatic Colors of #2675EB
Black with #2675EB
Text Example
Text Example
White with #2675EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2675EB; }
p { color: rgb(38,117,235); }
H1.HeaderClassName
{
color: #2675EB;
}
.AnyTagClassName
{
color: #2675EB;
}
</style>
background-color css
<style>
a { background-color: #2675EB; }
a { background-color: rgb(38,117,235); }
div.DivClassName
{
background-color: #2675EB;
}
.BgClassName
{
background-color: #2675EB;
}
</style>
border-color css
<style>
span { border-color: #2675EB; }
span { border-color: rgb(38,117,235); }
td.TdClassName
{
border-color: #2675EB;
}
.TagClassName
{
border-color: #2675EB;
}
</style>