Shades of Royal Blue #275AFE
Tints of Royal Blue #275AFE
RGB
CMYK
RGB Variations
Color information
#275AFE (or 0x275AFE) is known color: Royal Blue. HEX triplet: 27, 5A and FE. RGB value is (39,90,254). Sum of RGB (Red+Green+Blue) = 39+90+254=383 (50% of max value = 765). Red value is 39 (15.62% from 255 or 10.18% from 383); Green value is 90 (35.55% from 255 or 23.50% from 383); Blue value is 254 (99.61% from 255 or 66.32% from 383); Max value from RGB is 254 - color contains mainly: blue. Hex color #275AFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #275AFE is #D8A501. Grayscale: #5C5C5C. Windows color (decimal): -14198018 or 16669223. OLE color: 16669223.
HSL color Cylindrical-coordinate representation of color #275AFE: hue angle of 225.77º 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 #275AFE is Cyan = 0.85, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 39 | 90 | 254 | - |
| CMYK | 0.85 | 0.65 | 0 | 0.00 |
| HSL | 225.77º | 0.99% | 0.57% | - |
| HSV(B) | 225.77º | 0.85% | 1% | - |
| XYZ | 22.38 | 14.9 | 95.46 | - |
| YUV | 93.45 | 218.6 | 89.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 90 | 254 | 0.85 | 0.65 | 0 | 0.00 | 225.77 | 0.99 | 0.57 |
| Hex | 27 | 5A | FE | 55 | 41 | 0 | 0 | E2 | 63 | 39 |
| Octal | 47 | 132 | 376 | 125 | 101 | 0 | 0 | 342 | 143 | 71 |
| Binary | 100111 | 1011010 | 11111110 | 1010101 | 1000001 | 0 | 0 | 11100010 | 1100011 | 111001 |
Color Harmonies of #275AFE
Complementary color
Monochromatic Colors of #275AFE
Black with #275AFE
Text Example
Text Example
White with #275AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275AFE; }
p { color: rgb(39,90,254); }
H1.HeaderClassName
{
color: #275AFE;
}
.AnyTagClassName
{
color: #275AFE;
}
</style>
background-color css
<style>
a { background-color: #275AFE; }
a { background-color: rgb(39,90,254); }
div.DivClassName
{
background-color: #275AFE;
}
.BgClassName
{
background-color: #275AFE;
}
</style>
border-color css
<style>
span { border-color: #275AFE; }
span { border-color: rgb(39,90,254); }
td.TdClassName
{
border-color: #275AFE;
}
.TagClassName
{
border-color: #275AFE;
}
</style>