Shades of Royal Blue #265FDD
Tints of Royal Blue #265FDD
RGB
CMYK
RGB Variations
Color information
#265FDD (or 0x265FDD) is known color: Royal Blue. HEX triplet: 26, 5F and DD. RGB value is (38,95,221). Sum of RGB (Red+Green+Blue) = 38+95+221=354 (46% of max value = 765). Red value is 38 (15.23% from 255 or 10.73% from 354); Green value is 95 (37.5% from 255 or 26.84% from 354); Blue value is 221 (86.72% from 255 or 62.43% from 354); Max value from RGB is 221 - color contains mainly: blue. Hex color #265FDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #265FDD is #D9A022. Grayscale: #5B5B5B. Windows color (decimal): -14262307 or 14507814. OLE color: 14507814.
HSL color Cylindrical-coordinate representation of color #265FDD: hue angle of 221.31º degrees, saturation: 0.73, 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 #265FDD is Cyan = 0.83, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 38 | 95 | 221 | - |
| CMYK | 0.83 | 0.57 | 0 | 0.13 |
| HSL | 221.31º | 0.73% | 0.51% | - |
| HSV(B) | 221.31º | 0.83% | 0.87% | - |
| XYZ | 17.94 | 13.82 | 70.13 | - |
| YUV | 92.32 | 200.62 | 89.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 95 | 221 | 0.83 | 0.57 | 0 | 0.13 | 221.31 | 0.73 | 0.51 |
| Hex | 26 | 5F | DD | 53 | 39 | 0 | D | DD | 49 | 33 |
| Octal | 46 | 137 | 335 | 123 | 71 | 0 | 15 | 335 | 111 | 63 |
| Binary | 100110 | 1011111 | 11011101 | 1010011 | 111001 | 0 | 1101 | 11011101 | 1001001 | 110011 |
Color Harmonies of #265FDD
Complementary color
Monochromatic Colors of #265FDD
Black with #265FDD
Text Example
Text Example
White with #265FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265FDD; }
p { color: rgb(38,95,221); }
H1.HeaderClassName
{
color: #265FDD;
}
.AnyTagClassName
{
color: #265FDD;
}
</style>
background-color css
<style>
a { background-color: #265FDD; }
a { background-color: rgb(38,95,221); }
div.DivClassName
{
background-color: #265FDD;
}
.BgClassName
{
background-color: #265FDD;
}
</style>
border-color css
<style>
span { border-color: #265FDD; }
span { border-color: rgb(38,95,221); }
td.TdClassName
{
border-color: #265FDD;
}
.TagClassName
{
border-color: #265FDD;
}
</style>