Shades of Royal Blue #265CF8
Tints of Royal Blue #265CF8
RGB
CMYK
RGB Variations
Color information
#265CF8 (or 0x265CF8) is known color: Royal Blue. HEX triplet: 26, 5C and F8. RGB value is (38,92,248). Sum of RGB (Red+Green+Blue) = 38+92+248=378 (50% of max value = 765). Red value is 38 (15.23% from 255 or 10.05% from 378); Green value is 92 (36.33% from 255 or 24.34% from 378); Blue value is 248 (97.27% from 255 or 65.61% from 378); Max value from RGB is 248 - color contains mainly: blue. Hex color #265CF8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #265CF8 is #D9A307. Grayscale: #5C5C5C. Windows color (decimal): -14263048 or 16276518. OLE color: 16276518.
HSL color Cylindrical-coordinate representation of color #265CF8: hue angle of 224.57º 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 #265CF8 is Cyan = 0.85, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 38 | 92 | 248 | - |
| CMYK | 0.85 | 0.63 | 0 | 0.03 |
| HSL | 224.57º | 0.94% | 0.56% | - |
| HSV(B) | 224.57º | 0.85% | 0.97% | - |
| XYZ | 21.57 | 14.84 | 90.54 | - |
| YUV | 93.64 | 215.11 | 88.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 92 | 248 | 0.85 | 0.63 | 0 | 0.03 | 224.57 | 0.94 | 0.56 |
| Hex | 26 | 5C | F8 | 55 | 3F | 0 | 3 | E1 | 5E | 38 |
| Octal | 46 | 134 | 370 | 125 | 77 | 0 | 3 | 341 | 136 | 70 |
| Binary | 100110 | 1011100 | 11111000 | 1010101 | 111111 | 0 | 11 | 11100001 | 1011110 | 111000 |
Color Harmonies of #265CF8
Complementary color
Monochromatic Colors of #265CF8
Black with #265CF8
Text Example
Text Example
White with #265CF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265CF8; }
p { color: rgb(38,92,248); }
H1.HeaderClassName
{
color: #265CF8;
}
.AnyTagClassName
{
color: #265CF8;
}
</style>
background-color css
<style>
a { background-color: #265CF8; }
a { background-color: rgb(38,92,248); }
div.DivClassName
{
background-color: #265CF8;
}
.BgClassName
{
background-color: #265CF8;
}
</style>
border-color css
<style>
span { border-color: #265CF8; }
span { border-color: rgb(38,92,248); }
td.TdClassName
{
border-color: #265CF8;
}
.TagClassName
{
border-color: #265CF8;
}
</style>