Shades of Royal Blue #265CF2
Tints of Royal Blue #265CF2
RGB
CMYK
RGB Variations
Color information
#265CF2 (or 0x265CF2) is known color: Royal Blue. HEX triplet: 26, 5C and F2. RGB value is (38,92,242). Sum of RGB (Red+Green+Blue) = 38+92+242=372 (49% of max value = 765). Red value is 38 (15.23% from 255 or 10.22% from 372); Green value is 92 (36.33% from 255 or 24.73% from 372); Blue value is 242 (94.92% from 255 or 65.05% from 372); Max value from RGB is 242 - color contains mainly: blue. Hex color #265CF2 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #265CF2 is #D9A30D. Grayscale: #5C5C5C. Windows color (decimal): -14263054 or 15883302. OLE color: 15883302.
HSL color Cylindrical-coordinate representation of color #265CF2: hue angle of 224.12º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #265CF2 is Cyan = 0.84, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 38 | 92 | 242 | - |
| CMYK | 0.84 | 0.62 | 0 | 0.05 |
| HSL | 224.12º | 0.89% | 0.55% | - |
| HSV(B) | 224.12º | 0.84% | 0.95% | - |
| XYZ | 20.65 | 14.48 | 85.71 | - |
| YUV | 92.95 | 212.11 | 88.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 92 | 242 | 0.84 | 0.62 | 0 | 0.05 | 224.12 | 0.89 | 0.55 |
| Hex | 26 | 5C | F2 | 54 | 3E | 0 | 5 | E0 | 59 | 37 |
| Octal | 46 | 134 | 362 | 124 | 76 | 0 | 5 | 340 | 131 | 67 |
| Binary | 100110 | 1011100 | 11110010 | 1010100 | 111110 | 0 | 101 | 11100000 | 1011001 | 110111 |
Color Harmonies of #265CF2
Complementary color
Monochromatic Colors of #265CF2
Black with #265CF2
Text Example
Text Example
White with #265CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265CF2; }
p { color: rgb(38,92,242); }
H1.HeaderClassName
{
color: #265CF2;
}
.AnyTagClassName
{
color: #265CF2;
}
</style>
background-color css
<style>
a { background-color: #265CF2; }
a { background-color: rgb(38,92,242); }
div.DivClassName
{
background-color: #265CF2;
}
.BgClassName
{
background-color: #265CF2;
}
</style>
border-color css
<style>
span { border-color: #265CF2; }
span { border-color: rgb(38,92,242); }
td.TdClassName
{
border-color: #265CF2;
}
.TagClassName
{
border-color: #265CF2;
}
</style>