Shades of Royal Blue #265CF3
Tints of Royal Blue #265CF3
RGB
CMYK
RGB Variations
Color information
#265CF3 (or 0x265CF3) is known color: Royal Blue. HEX triplet: 26, 5C and F3. RGB value is (38,92,243). Sum of RGB (Red+Green+Blue) = 38+92+243=373 (49% of max value = 765). Red value is 38 (15.23% from 255 or 10.19% from 373); Green value is 92 (36.33% from 255 or 24.66% from 373); Blue value is 243 (95.31% from 255 or 65.15% from 373); Max value from RGB is 243 - color contains mainly: blue. Hex color #265CF3 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #265CF3 is #D9A30C. Grayscale: #5C5C5C. Windows color (decimal): -14263053 or 15948838. OLE color: 15948838.
HSL color Cylindrical-coordinate representation of color #265CF3: hue angle of 224.2º degrees, saturation: 0.9, 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 #265CF3 is Cyan = 0.84, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 38 | 92 | 243 | - |
| CMYK | 0.84 | 0.62 | 0 | 0.05 |
| HSL | 224.2º | 0.9% | 0.55% | - |
| HSV(B) | 224.2º | 0.84% | 0.95% | - |
| XYZ | 20.8 | 14.54 | 86.5 | - |
| YUV | 93.07 | 212.61 | 88.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 92 | 243 | 0.84 | 0.62 | 0 | 0.05 | 224.2 | 0.9 | 0.55 |
| Hex | 26 | 5C | F3 | 54 | 3E | 0 | 5 | E0 | 5A | 37 |
| Octal | 46 | 134 | 363 | 124 | 76 | 0 | 5 | 340 | 132 | 67 |
| Binary | 100110 | 1011100 | 11110011 | 1010100 | 111110 | 0 | 101 | 11100000 | 1011010 | 110111 |
Color Harmonies of #265CF3
Complementary color
Monochromatic Colors of #265CF3
Black with #265CF3
Text Example
Text Example
White with #265CF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265CF3; }
p { color: rgb(38,92,243); }
H1.HeaderClassName
{
color: #265CF3;
}
.AnyTagClassName
{
color: #265CF3;
}
</style>
background-color css
<style>
a { background-color: #265CF3; }
a { background-color: rgb(38,92,243); }
div.DivClassName
{
background-color: #265CF3;
}
.BgClassName
{
background-color: #265CF3;
}
</style>
border-color css
<style>
span { border-color: #265CF3; }
span { border-color: rgb(38,92,243); }
td.TdClassName
{
border-color: #265CF3;
}
.TagClassName
{
border-color: #265CF3;
}
</style>