Shades of Royal Blue #2662FE
Tints of Royal Blue #2662FE
RGB
CMYK
RGB Variations
Color information
#2662FE (or 0x2662FE) is known color: Royal Blue. HEX triplet: 26, 62 and FE. RGB value is (38,98,254). Sum of RGB (Red+Green+Blue) = 38+98+254=390 (51% of max value = 765). Red value is 38 (15.23% from 255 or 9.74% from 390); Green value is 98 (38.67% from 255 or 25.13% from 390); Blue value is 254 (99.61% from 255 or 65.13% from 390); Max value from RGB is 254 - color contains mainly: blue. Hex color #2662FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2662FE is #D99D01. Grayscale: #616161. Windows color (decimal): -14261506 or 16671270. OLE color: 16671270.
HSL color Cylindrical-coordinate representation of color #2662FE: hue angle of 223.33º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2662FE is Cyan = 0.85, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 38 | 98 | 254 | - |
| CMYK | 0.85 | 0.61 | 0 | 0.00 |
| HSL | 223.33º | 0.99% | 0.57% | - |
| HSV(B) | 223.33º | 0.85% | 1% | - |
| XYZ | 23.06 | 16.3 | 95.7 | - |
| YUV | 97.84 | 216.12 | 85.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 98 | 254 | 0.85 | 0.61 | 0 | 0.00 | 223.33 | 0.99 | 0.57 |
| Hex | 26 | 62 | FE | 55 | 3D | 0 | 0 | DF | 63 | 39 |
| Octal | 46 | 142 | 376 | 125 | 75 | 0 | 0 | 337 | 143 | 71 |
| Binary | 100110 | 1100010 | 11111110 | 1010101 | 111101 | 0 | 0 | 11011111 | 1100011 | 111001 |
Color Harmonies of #2662FE
Complementary color
Monochromatic Colors of #2662FE
Black with #2662FE
Text Example
Text Example
White with #2662FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2662FE; }
p { color: rgb(38,98,254); }
H1.HeaderClassName
{
color: #2662FE;
}
.AnyTagClassName
{
color: #2662FE;
}
</style>
background-color css
<style>
a { background-color: #2662FE; }
a { background-color: rgb(38,98,254); }
div.DivClassName
{
background-color: #2662FE;
}
.BgClassName
{
background-color: #2662FE;
}
</style>
border-color css
<style>
span { border-color: #2662FE; }
span { border-color: rgb(38,98,254); }
td.TdClassName
{
border-color: #2662FE;
}
.TagClassName
{
border-color: #2662FE;
}
</style>