Shades of Royal Blue #265BDF
Tints of Royal Blue #265BDF
RGB
CMYK
RGB Variations
Color information
#265BDF (or 0x265BDF) is known color: Royal Blue. HEX triplet: 26, 5B and DF. RGB value is (38,91,223). Sum of RGB (Red+Green+Blue) = 38+91+223=352 (46% of max value = 765). Red value is 38 (15.23% from 255 or 10.80% from 352); Green value is 91 (35.94% from 255 or 25.85% from 352); Blue value is 223 (87.5% from 255 or 63.35% from 352); Max value from RGB is 223 - color contains mainly: blue. Hex color #265BDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #265BDF is #D9A420. Grayscale: #595959. Windows color (decimal): -14263329 or 14637862. OLE color: 14637862.
HSL color Cylindrical-coordinate representation of color #265BDF: hue angle of 222.81º 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 #265BDF is Cyan = 0.83, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 38 | 91 | 223 | - |
| CMYK | 0.83 | 0.59 | 0 | 0.13 |
| HSL | 222.81º | 0.74% | 0.51% | - |
| HSV(B) | 222.81º | 0.83% | 0.87% | - |
| XYZ | 17.86 | 13.22 | 71.42 | - |
| YUV | 90.2 | 202.94 | 90.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 91 | 223 | 0.83 | 0.59 | 0 | 0.13 | 222.81 | 0.74 | 0.51 |
| Hex | 26 | 5B | DF | 53 | 3B | 0 | D | DF | 4A | 33 |
| Octal | 46 | 133 | 337 | 123 | 73 | 0 | 15 | 337 | 112 | 63 |
| Binary | 100110 | 1011011 | 11011111 | 1010011 | 111011 | 0 | 1101 | 11011111 | 1001010 | 110011 |
Color Harmonies of #265BDF
Complementary color
Monochromatic Colors of #265BDF
Black with #265BDF
Text Example
Text Example
White with #265BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265BDF; }
p { color: rgb(38,91,223); }
H1.HeaderClassName
{
color: #265BDF;
}
.AnyTagClassName
{
color: #265BDF;
}
</style>
background-color css
<style>
a { background-color: #265BDF; }
a { background-color: rgb(38,91,223); }
div.DivClassName
{
background-color: #265BDF;
}
.BgClassName
{
background-color: #265BDF;
}
</style>
border-color css
<style>
span { border-color: #265BDF; }
span { border-color: rgb(38,91,223); }
td.TdClassName
{
border-color: #265BDF;
}
.TagClassName
{
border-color: #265BDF;
}
</style>