Shades of Royal Blue #265EEE
Tints of Royal Blue #265EEE
RGB
CMYK
RGB Variations
Color information
#265EEE (or 0x265EEE) is known color: Royal Blue. HEX triplet: 26, 5E and EE. RGB value is (38,94,238). Sum of RGB (Red+Green+Blue) = 38+94+238=370 (49% of max value = 765). Red value is 38 (15.23% from 255 or 10.27% from 370); Green value is 94 (37.11% from 255 or 25.41% from 370); Blue value is 238 (93.36% from 255 or 64.32% from 370); Max value from RGB is 238 - color contains mainly: blue. Hex color #265EEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #265EEE is #D9A111. Grayscale: #5D5D5D. Windows color (decimal): -14262546 or 15621670. OLE color: 15621670.
HSL color Cylindrical-coordinate representation of color #265EEE: hue angle of 223.2º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #265EEE is Cyan = 0.84, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 38 | 94 | 238 | - |
| CMYK | 0.84 | 0.61 | 0 | 0.07 |
| HSL | 223.2º | 0.85% | 0.54% | - |
| HSV(B) | 223.2º | 0.84% | 0.93% | - |
| XYZ | 20.23 | 14.59 | 82.64 | - |
| YUV | 93.67 | 209.45 | 88.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 94 | 238 | 0.84 | 0.61 | 0 | 0.07 | 223.2 | 0.85 | 0.54 |
| Hex | 26 | 5E | EE | 54 | 3D | 0 | 7 | DF | 55 | 36 |
| Octal | 46 | 136 | 356 | 124 | 75 | 0 | 7 | 337 | 125 | 66 |
| Binary | 100110 | 1011110 | 11101110 | 1010100 | 111101 | 0 | 111 | 11011111 | 1010101 | 110110 |
Color Harmonies of #265EEE
Complementary color
Monochromatic Colors of #265EEE
Black with #265EEE
Text Example
Text Example
White with #265EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265EEE; }
p { color: rgb(38,94,238); }
H1.HeaderClassName
{
color: #265EEE;
}
.AnyTagClassName
{
color: #265EEE;
}
</style>
background-color css
<style>
a { background-color: #265EEE; }
a { background-color: rgb(38,94,238); }
div.DivClassName
{
background-color: #265EEE;
}
.BgClassName
{
background-color: #265EEE;
}
</style>
border-color css
<style>
span { border-color: #265EEE; }
span { border-color: rgb(38,94,238); }
td.TdClassName
{
border-color: #265EEE;
}
.TagClassName
{
border-color: #265EEE;
}
</style>