Shades of Royal Blue #265CDD
Tints of Royal Blue #265CDD
RGB
CMYK
RGB Variations
Color information
#265CDD (or 0x265CDD) is known color: Royal Blue. HEX triplet: 26, 5C and DD. RGB value is (38,92,221). Sum of RGB (Red+Green+Blue) = 38+92+221=351 (46% of max value = 765). Red value is 38 (15.23% from 255 or 10.83% from 351); Green value is 92 (36.33% from 255 or 26.21% from 351); Blue value is 221 (86.72% from 255 or 62.96% from 351); Max value from RGB is 221 - color contains mainly: blue. Hex color #265CDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #265CDD is #D9A322. Grayscale: #595959. Windows color (decimal): -14263075 or 14507046. OLE color: 14507046.
HSL color Cylindrical-coordinate representation of color #265CDD: hue angle of 222.3º 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 #265CDD is Cyan = 0.83, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 38 | 92 | 221 | - |
| CMYK | 0.83 | 0.58 | 0 | 0.13 |
| HSL | 222.3º | 0.73% | 0.51% | - |
| HSV(B) | 222.3º | 0.83% | 0.87% | - |
| XYZ | 17.68 | 13.29 | 70.04 | - |
| YUV | 90.56 | 201.61 | 90.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 92 | 221 | 0.83 | 0.58 | 0 | 0.13 | 222.3 | 0.73 | 0.51 |
| Hex | 26 | 5C | DD | 53 | 3A | 0 | D | DE | 49 | 33 |
| Octal | 46 | 134 | 335 | 123 | 72 | 0 | 15 | 336 | 111 | 63 |
| Binary | 100110 | 1011100 | 11011101 | 1010011 | 111010 | 0 | 1101 | 11011110 | 1001001 | 110011 |
Color Harmonies of #265CDD
Complementary color
Monochromatic Colors of #265CDD
Black with #265CDD
Text Example
Text Example
White with #265CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265CDD; }
p { color: rgb(38,92,221); }
H1.HeaderClassName
{
color: #265CDD;
}
.AnyTagClassName
{
color: #265CDD;
}
</style>
background-color css
<style>
a { background-color: #265CDD; }
a { background-color: rgb(38,92,221); }
div.DivClassName
{
background-color: #265CDD;
}
.BgClassName
{
background-color: #265CDD;
}
</style>
border-color css
<style>
span { border-color: #265CDD; }
span { border-color: rgb(38,92,221); }
td.TdClassName
{
border-color: #265CDD;
}
.TagClassName
{
border-color: #265CDD;
}
</style>