Shades of Royal Blue #265DF1
Tints of Royal Blue #265DF1
RGB
CMYK
RGB Variations
Color information
#265DF1 (or 0x265DF1) is known color: Royal Blue. HEX triplet: 26, 5D and F1. RGB value is (38,93,241). Sum of RGB (Red+Green+Blue) = 38+93+241=372 (49% of max value = 765). Red value is 38 (15.23% from 255 or 10.22% from 372); Green value is 93 (36.72% from 255 or 25% from 372); Blue value is 241 (94.53% from 255 or 64.78% from 372); Max value from RGB is 241 - color contains mainly: blue. Hex color #265DF1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #265DF1 is #D9A20E. Grayscale: #5C5C5C. Windows color (decimal): -14262799 or 15818022. OLE color: 15818022.
HSL color Cylindrical-coordinate representation of color #265DF1: hue angle of 223.74º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #265DF1 is Cyan = 0.84, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 38 | 93 | 241 | - |
| CMYK | 0.84 | 0.61 | 0 | 0.05 |
| HSL | 223.74º | 0.88% | 0.55% | - |
| HSV(B) | 223.74º | 0.84% | 0.95% | - |
| XYZ | 20.59 | 14.59 | 84.95 | - |
| YUV | 93.43 | 211.28 | 88.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 93 | 241 | 0.84 | 0.61 | 0 | 0.05 | 223.74 | 0.88 | 0.55 |
| Hex | 26 | 5D | F1 | 54 | 3D | 0 | 5 | E0 | 58 | 37 |
| Octal | 46 | 135 | 361 | 124 | 75 | 0 | 5 | 340 | 130 | 67 |
| Binary | 100110 | 1011101 | 11110001 | 1010100 | 111101 | 0 | 101 | 11100000 | 1011000 | 110111 |
Color Harmonies of #265DF1
Complementary color
Monochromatic Colors of #265DF1
Black with #265DF1
Text Example
Text Example
White with #265DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265DF1; }
p { color: rgb(38,93,241); }
H1.HeaderClassName
{
color: #265DF1;
}
.AnyTagClassName
{
color: #265DF1;
}
</style>
background-color css
<style>
a { background-color: #265DF1; }
a { background-color: rgb(38,93,241); }
div.DivClassName
{
background-color: #265DF1;
}
.BgClassName
{
background-color: #265DF1;
}
</style>
border-color css
<style>
span { border-color: #265DF1; }
span { border-color: rgb(38,93,241); }
td.TdClassName
{
border-color: #265DF1;
}
.TagClassName
{
border-color: #265DF1;
}
</style>