Shades of Royal Blue #2668FF
Tints of Royal Blue #2668FF
RGB
CMYK
RGB Variations
Color information
#2668FF (or 0x2668FF) is known color: Royal Blue. HEX triplet: 26, 68 and FF. RGB value is (38,104,255). Sum of RGB (Red+Green+Blue) = 38+104+255=397 (52% of max value = 765). Red value is 38 (15.23% from 255 or 9.57% from 397); Green value is 104 (41.02% from 255 or 26.20% from 397); Blue value is 255 (100% from 255 or 64.23% from 397); Max value from RGB is 255 - color contains mainly: blue. Hex color #2668FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2668FF is #D99700. Grayscale: #646464. Windows color (decimal): -14259969 or 16738342. OLE color: 16738342.
HSL color Cylindrical-coordinate representation of color #2668FF: hue angle of 221.75º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2668FF is Cyan = 0.85, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 38 | 104 | 255 | - |
| CMYK | 0.85 | 0.59 | 0 | 0 |
| HSL | 221.75º | 1% | 0.57% | - |
| HSV(B) | 221.75º | 0.85% | 1% | - |
| XYZ | 23.8 | 17.53 | 96.74 | - |
| YUV | 101.48 | 214.63 | 82.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 104 | 255 | 0.85 | 0.59 | 0 | 0 | 221.75 | 1 | 0.57 |
| Hex | 26 | 68 | FF | 55 | 3B | 0 | 0 | DE | 64 | 39 |
| Octal | 46 | 150 | 377 | 125 | 73 | 0 | 0 | 336 | 144 | 71 |
| Binary | 100110 | 1101000 | 11111111 | 1010101 | 111011 | 0 | 0 | 11011110 | 1100100 | 111001 |
Color Harmonies of #2668FF
Complementary color
Monochromatic Colors of #2668FF
Black with #2668FF
Text Example
Text Example
White with #2668FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2668FF; }
p { color: rgb(38,104,255); }
H1.HeaderClassName
{
color: #2668FF;
}
.AnyTagClassName
{
color: #2668FF;
}
</style>
background-color css
<style>
a { background-color: #2668FF; }
a { background-color: rgb(38,104,255); }
div.DivClassName
{
background-color: #2668FF;
}
.BgClassName
{
background-color: #2668FF;
}
</style>
border-color css
<style>
span { border-color: #2668FF; }
span { border-color: rgb(38,104,255); }
td.TdClassName
{
border-color: #2668FF;
}
.TagClassName
{
border-color: #2668FF;
}
</style>