Shades of Royal Blue #265DFC
Tints of Royal Blue #265DFC
RGB
CMYK
RGB Variations
Color information
#265DFC (or 0x265DFC) is known color: Royal Blue. HEX triplet: 26, 5D and FC. RGB value is (38,93,252). Sum of RGB (Red+Green+Blue) = 38+93+252=383 (50% of max value = 765). Red value is 38 (15.23% from 255 or 9.92% from 383); Green value is 93 (36.72% from 255 or 24.28% from 383); Blue value is 252 (98.83% from 255 or 65.80% from 383); Max value from RGB is 252 - color contains mainly: blue. Hex color #265DFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #265DFC is #D9A203. Grayscale: #5D5D5D. Windows color (decimal): -14262788 or 16538918. OLE color: 16538918.
HSL color Cylindrical-coordinate representation of color #265DFC: hue angle of 224.58º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #265DFC is Cyan = 0.85, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 38 | 93 | 252 | - |
| CMYK | 0.85 | 0.63 | 0 | 0.01 |
| HSL | 224.58º | 0.97% | 0.57% | - |
| HSV(B) | 224.58º | 0.85% | 0.99% | - |
| XYZ | 22.28 | 15.27 | 93.87 | - |
| YUV | 94.68 | 216.78 | 87.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 93 | 252 | 0.85 | 0.63 | 0 | 0.01 | 224.58 | 0.97 | 0.57 |
| Hex | 26 | 5D | FC | 55 | 3F | 0 | 1 | E1 | 61 | 39 |
| Octal | 46 | 135 | 374 | 125 | 77 | 0 | 1 | 341 | 141 | 71 |
| Binary | 100110 | 1011101 | 11111100 | 1010101 | 111111 | 0 | 1 | 11100001 | 1100001 | 111001 |
Color Harmonies of #265DFC
Complementary color
Monochromatic Colors of #265DFC
Black with #265DFC
Text Example
Text Example
White with #265DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265DFC; }
p { color: rgb(38,93,252); }
H1.HeaderClassName
{
color: #265DFC;
}
.AnyTagClassName
{
color: #265DFC;
}
</style>
background-color css
<style>
a { background-color: #265DFC; }
a { background-color: rgb(38,93,252); }
div.DivClassName
{
background-color: #265DFC;
}
.BgClassName
{
background-color: #265DFC;
}
</style>
border-color css
<style>
span { border-color: #265DFC; }
span { border-color: rgb(38,93,252); }
td.TdClassName
{
border-color: #265DFC;
}
.TagClassName
{
border-color: #265DFC;
}
</style>