Shades of Royal Blue #265FE3
Tints of Royal Blue #265FE3
RGB
CMYK
RGB Variations
Color information
#265FE3 (or 0x265FE3) is known color: Royal Blue. HEX triplet: 26, 5F and E3. RGB value is (38,95,227). Sum of RGB (Red+Green+Blue) = 38+95+227=360 (47% of max value = 765). Red value is 38 (15.23% from 255 or 10.56% from 360); Green value is 95 (37.5% from 255 or 26.39% from 360); Blue value is 227 (89.06% from 255 or 63.06% from 360); Max value from RGB is 227 - color contains mainly: blue. Hex color #265FE3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #265FE3 is #D9A01C. Grayscale: #5C5C5C. Windows color (decimal): -14262301 or 14901030. OLE color: 14901030.
HSL color Cylindrical-coordinate representation of color #265FE3: hue angle of 221.9º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #265FE3 is Cyan = 0.83, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 38 | 95 | 227 | - |
| CMYK | 0.83 | 0.58 | 0 | 0.11 |
| HSL | 221.9º | 0.77% | 0.52% | - |
| HSV(B) | 221.9º | 0.83% | 0.89% | - |
| XYZ | 18.76 | 14.14 | 74.41 | - |
| YUV | 93.01 | 203.62 | 88.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 95 | 227 | 0.83 | 0.58 | 0 | 0.11 | 221.9 | 0.77 | 0.52 |
| Hex | 26 | 5F | E3 | 53 | 3A | 0 | B | DE | 4D | 34 |
| Octal | 46 | 137 | 343 | 123 | 72 | 0 | 13 | 336 | 115 | 64 |
| Binary | 100110 | 1011111 | 11100011 | 1010011 | 111010 | 0 | 1011 | 11011110 | 1001101 | 110100 |
Color Harmonies of #265FE3
Complementary color
Monochromatic Colors of #265FE3
Black with #265FE3
Text Example
Text Example
White with #265FE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265FE3; }
p { color: rgb(38,95,227); }
H1.HeaderClassName
{
color: #265FE3;
}
.AnyTagClassName
{
color: #265FE3;
}
</style>
background-color css
<style>
a { background-color: #265FE3; }
a { background-color: rgb(38,95,227); }
div.DivClassName
{
background-color: #265FE3;
}
.BgClassName
{
background-color: #265FE3;
}
</style>
border-color css
<style>
span { border-color: #265FE3; }
span { border-color: rgb(38,95,227); }
td.TdClassName
{
border-color: #265FE3;
}
.TagClassName
{
border-color: #265FE3;
}
</style>