Shades of Royal Blue #265EDF
Tints of Royal Blue #265EDF
RGB
CMYK
RGB Variations
Color information
#265EDF (or 0x265EDF) is known color: Royal Blue. HEX triplet: 26, 5E and DF. RGB value is (38,94,223). Sum of RGB (Red+Green+Blue) = 38+94+223=355 (47% of max value = 765). Red value is 38 (15.23% from 255 or 10.70% from 355); Green value is 94 (37.11% from 255 or 26.48% from 355); Blue value is 223 (87.5% from 255 or 62.82% from 355); Max value from RGB is 223 - color contains mainly: blue. Hex color #265EDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #265EDF is #D9A120. Grayscale: #5B5B5B. Windows color (decimal): -14262561 or 14638630. OLE color: 14638630.
HSL color Cylindrical-coordinate representation of color #265EDF: hue angle of 221.84º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #265EDF is Cyan = 0.83, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 38 | 94 | 223 | - |
| CMYK | 0.83 | 0.58 | 0 | 0.13 |
| HSL | 221.84º | 0.74% | 0.51% | - |
| HSV(B) | 221.84º | 0.83% | 0.87% | - |
| XYZ | 18.12 | 13.75 | 71.51 | - |
| YUV | 91.96 | 201.95 | 89.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 94 | 223 | 0.83 | 0.58 | 0 | 0.13 | 221.84 | 0.74 | 0.51 |
| Hex | 26 | 5E | DF | 53 | 3A | 0 | D | DE | 4A | 33 |
| Octal | 46 | 136 | 337 | 123 | 72 | 0 | 15 | 336 | 112 | 63 |
| Binary | 100110 | 1011110 | 11011111 | 1010011 | 111010 | 0 | 1101 | 11011110 | 1001010 | 110011 |
Color Harmonies of #265EDF
Complementary color
Monochromatic Colors of #265EDF
Black with #265EDF
Text Example
Text Example
White with #265EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265EDF; }
p { color: rgb(38,94,223); }
H1.HeaderClassName
{
color: #265EDF;
}
.AnyTagClassName
{
color: #265EDF;
}
</style>
background-color css
<style>
a { background-color: #265EDF; }
a { background-color: rgb(38,94,223); }
div.DivClassName
{
background-color: #265EDF;
}
.BgClassName
{
background-color: #265EDF;
}
</style>
border-color css
<style>
span { border-color: #265EDF; }
span { border-color: rgb(38,94,223); }
td.TdClassName
{
border-color: #265EDF;
}
.TagClassName
{
border-color: #265EDF;
}
</style>