Shades of Royal Blue #265EF8
Tints of Royal Blue #265EF8
RGB
CMYK
RGB Variations
Color information
#265EF8 (or 0x265EF8) is known color: Royal Blue. HEX triplet: 26, 5E and F8. RGB value is (38,94,248). Sum of RGB (Red+Green+Blue) = 38+94+248=380 (50% of max value = 765). Red value is 38 (15.23% from 255 or 10% from 380); Green value is 94 (37.11% from 255 or 24.74% from 380); Blue value is 248 (97.27% from 255 or 65.26% from 380); Max value from RGB is 248 - color contains mainly: blue. Hex color #265EF8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #265EF8 is #D9A107. Grayscale: #5E5E5E. Windows color (decimal): -14262536 or 16277030. OLE color: 16277030.
HSL color Cylindrical-coordinate representation of color #265EF8: hue angle of 224º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #265EF8 is Cyan = 0.85, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 38 | 94 | 248 | - |
| CMYK | 0.85 | 0.62 | 0 | 0.03 |
| HSL | 224º | 0.94% | 0.56% | - |
| HSV(B) | 224º | 0.85% | 0.97% | - |
| XYZ | 21.75 | 15.19 | 90.59 | - |
| YUV | 94.81 | 214.45 | 87.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 94 | 248 | 0.85 | 0.62 | 0 | 0.03 | 224 | 0.94 | 0.56 |
| Hex | 26 | 5E | F8 | 55 | 3E | 0 | 3 | E0 | 5E | 38 |
| Octal | 46 | 136 | 370 | 125 | 76 | 0 | 3 | 340 | 136 | 70 |
| Binary | 100110 | 1011110 | 11111000 | 1010101 | 111110 | 0 | 11 | 11100000 | 1011110 | 111000 |
Color Harmonies of #265EF8
Complementary color
Monochromatic Colors of #265EF8
Black with #265EF8
Text Example
Text Example
White with #265EF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265EF8; }
p { color: rgb(38,94,248); }
H1.HeaderClassName
{
color: #265EF8;
}
.AnyTagClassName
{
color: #265EF8;
}
</style>
background-color css
<style>
a { background-color: #265EF8; }
a { background-color: rgb(38,94,248); }
div.DivClassName
{
background-color: #265EF8;
}
.BgClassName
{
background-color: #265EF8;
}
</style>
border-color css
<style>
span { border-color: #265EF8; }
span { border-color: rgb(38,94,248); }
td.TdClassName
{
border-color: #265EF8;
}
.TagClassName
{
border-color: #265EF8;
}
</style>