Shades of Royal Blue #2664E0
Tints of Royal Blue #2664E0
RGB
CMYK
RGB Variations
Color information
#2664E0 (or 0x2664E0) is known color: Royal Blue. HEX triplet: 26, 64 and E0. RGB value is (38,100,224). Sum of RGB (Red+Green+Blue) = 38+100+224=362 (47% of max value = 765). Red value is 38 (15.23% from 255 or 10.50% from 362); Green value is 100 (39.45% from 255 or 27.62% from 362); Blue value is 224 (87.89% from 255 or 61.88% from 362); Max value from RGB is 224 - color contains mainly: blue. Hex color #2664E0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2664E0 is #D99B1F. Grayscale: #5F5F5F. Windows color (decimal): -14261024 or 14705702. OLE color: 14705702.
HSL color Cylindrical-coordinate representation of color #2664E0: hue angle of 220º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2664E0 is Cyan = 0.83, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 38 | 100 | 224 | - |
| CMYK | 0.83 | 0.55 | 0 | 0.12 |
| HSL | 220º | 0.75% | 0.51% | - |
| HSV(B) | 220º | 0.83% | 0.88% | - |
| XYZ | 18.81 | 14.91 | 72.41 | - |
| YUV | 95.6 | 200.46 | 86.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 100 | 224 | 0.83 | 0.55 | 0 | 0.12 | 220 | 0.75 | 0.51 |
| Hex | 26 | 64 | E0 | 53 | 37 | 0 | C | DC | 4B | 33 |
| Octal | 46 | 144 | 340 | 123 | 67 | 0 | 14 | 334 | 113 | 63 |
| Binary | 100110 | 1100100 | 11100000 | 1010011 | 110111 | 0 | 1100 | 11011100 | 1001011 | 110011 |
Color Harmonies of #2664E0
Complementary color
Monochromatic Colors of #2664E0
Black with #2664E0
Text Example
Text Example
White with #2664E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2664E0; }
p { color: rgb(38,100,224); }
H1.HeaderClassName
{
color: #2664E0;
}
.AnyTagClassName
{
color: #2664E0;
}
</style>
background-color css
<style>
a { background-color: #2664E0; }
a { background-color: rgb(38,100,224); }
div.DivClassName
{
background-color: #2664E0;
}
.BgClassName
{
background-color: #2664E0;
}
</style>
border-color css
<style>
span { border-color: #2664E0; }
span { border-color: rgb(38,100,224); }
td.TdClassName
{
border-color: #2664E0;
}
.TagClassName
{
border-color: #2664E0;
}
</style>