Shades of Royal Blue #265ADF
Tints of Royal Blue #265ADF
RGB
CMYK
RGB Variations
Color information
#265ADF (or 0x265ADF) is known color: Royal Blue. HEX triplet: 26, 5A and DF. RGB value is (38,90,223). Sum of RGB (Red+Green+Blue) = 38+90+223=351 (46% of max value = 765). Red value is 38 (15.23% from 255 or 10.83% from 351); Green value is 90 (35.55% from 255 or 25.64% from 351); Blue value is 223 (87.5% from 255 or 63.53% from 351); Max value from RGB is 223 - color contains mainly: blue. Hex color #265ADF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #265ADF is #D9A520. Grayscale: #595959. Windows color (decimal): -14263585 or 14637606. OLE color: 14637606.
HSL color Cylindrical-coordinate representation of color #265ADF: hue angle of 223.14º 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 #265ADF is Cyan = 0.83, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 38 | 90 | 223 | - |
| CMYK | 0.83 | 0.60 | 0 | 0.13 |
| HSL | 223.14º | 0.74% | 0.51% | - |
| HSV(B) | 223.14º | 0.83% | 0.87% | - |
| XYZ | 17.77 | 13.05 | 71.39 | - |
| YUV | 89.61 | 203.27 | 91.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 90 | 223 | 0.83 | 0.60 | 0 | 0.13 | 223.14 | 0.74 | 0.51 |
| Hex | 26 | 5A | DF | 53 | 3C | 0 | D | DF | 4A | 33 |
| Octal | 46 | 132 | 337 | 123 | 74 | 0 | 15 | 337 | 112 | 63 |
| Binary | 100110 | 1011010 | 11011111 | 1010011 | 111100 | 0 | 1101 | 11011111 | 1001010 | 110011 |
Color Harmonies of #265ADF
Complementary color
Monochromatic Colors of #265ADF
Black with #265ADF
Text Example
Text Example
White with #265ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265ADF; }
p { color: rgb(38,90,223); }
H1.HeaderClassName
{
color: #265ADF;
}
.AnyTagClassName
{
color: #265ADF;
}
</style>
background-color css
<style>
a { background-color: #265ADF; }
a { background-color: rgb(38,90,223); }
div.DivClassName
{
background-color: #265ADF;
}
.BgClassName
{
background-color: #265ADF;
}
</style>
border-color css
<style>
span { border-color: #265ADF; }
span { border-color: rgb(38,90,223); }
td.TdClassName
{
border-color: #265ADF;
}
.TagClassName
{
border-color: #265ADF;
}
</style>