Shades of Royal Blue #265AF1
Tints of Royal Blue #265AF1
RGB
CMYK
RGB Variations
Color information
#265AF1 (or 0x265AF1) is known color: Royal Blue. HEX triplet: 26, 5A and F1. RGB value is (38,90,241). Sum of RGB (Red+Green+Blue) = 38+90+241=369 (48% of max value = 765). Red value is 38 (15.23% from 255 or 10.30% from 369); Green value is 90 (35.55% from 255 or 24.39% from 369); Blue value is 241 (94.53% from 255 or 65.31% from 369); Max value from RGB is 241 - color contains mainly: blue. Hex color #265AF1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #265AF1 is #D9A50E. Grayscale: #5B5B5B. Windows color (decimal): -14263567 or 15817254. OLE color: 15817254.
HSL color Cylindrical-coordinate representation of color #265AF1: hue angle of 224.63º degrees, saturation: 0.88, 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 #265AF1 is Cyan = 0.84, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 38 | 90 | 241 | - |
| CMYK | 0.84 | 0.63 | 0 | 0.05 |
| HSL | 224.63º | 0.88% | 0.55% | - |
| HSV(B) | 224.63º | 0.84% | 0.95% | - |
| XYZ | 20.33 | 14.08 | 84.86 | - |
| YUV | 91.67 | 212.27 | 89.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 90 | 241 | 0.84 | 0.63 | 0 | 0.05 | 224.63 | 0.88 | 0.55 |
| Hex | 26 | 5A | F1 | 54 | 3F | 0 | 5 | E1 | 58 | 37 |
| Octal | 46 | 132 | 361 | 124 | 77 | 0 | 5 | 341 | 130 | 67 |
| Binary | 100110 | 1011010 | 11110001 | 1010100 | 111111 | 0 | 101 | 11100001 | 1011000 | 110111 |
Color Harmonies of #265AF1
Complementary color
Monochromatic Colors of #265AF1
Black with #265AF1
Text Example
Text Example
White with #265AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265AF1; }
p { color: rgb(38,90,241); }
H1.HeaderClassName
{
color: #265AF1;
}
.AnyTagClassName
{
color: #265AF1;
}
</style>
background-color css
<style>
a { background-color: #265AF1; }
a { background-color: rgb(38,90,241); }
div.DivClassName
{
background-color: #265AF1;
}
.BgClassName
{
background-color: #265AF1;
}
</style>
border-color css
<style>
span { border-color: #265AF1; }
span { border-color: rgb(38,90,241); }
td.TdClassName
{
border-color: #265AF1;
}
.TagClassName
{
border-color: #265AF1;
}
</style>