Shades of Royal Blue #275AEF
Tints of Royal Blue #275AEF
RGB
CMYK
RGB Variations
Color information
#275AEF (or 0x275AEF) is known color: Royal Blue. HEX triplet: 27, 5A and EF. RGB value is (39,90,239). Sum of RGB (Red+Green+Blue) = 39+90+239=368 (48% of max value = 765). Red value is 39 (15.62% from 255 or 10.60% from 368); Green value is 90 (35.55% from 255 or 24.46% from 368); Blue value is 239 (93.75% from 255 or 64.95% from 368); Max value from RGB is 239 - color contains mainly: blue. Hex color #275AEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #275AEF is #D8A510. Grayscale: #5B5B5B. Windows color (decimal): -14198033 or 15686183. OLE color: 15686183.
HSL color Cylindrical-coordinate representation of color #275AEF: hue angle of 224.7º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #275AEF is Cyan = 0.84, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 39 | 90 | 239 | - |
| CMYK | 0.84 | 0.62 | 0 | 0.06 |
| HSL | 224.7º | 0.86% | 0.55% | - |
| HSV(B) | 224.7º | 0.84% | 0.94% | - |
| XYZ | 20.07 | 13.98 | 83.3 | - |
| YUV | 91.74 | 211.1 | 90.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 90 | 239 | 0.84 | 0.62 | 0 | 0.06 | 224.7 | 0.86 | 0.55 |
| Hex | 27 | 5A | EF | 54 | 3E | 0 | 6 | E1 | 56 | 37 |
| Octal | 47 | 132 | 357 | 124 | 76 | 0 | 6 | 341 | 126 | 67 |
| Binary | 100111 | 1011010 | 11101111 | 1010100 | 111110 | 0 | 110 | 11100001 | 1010110 | 110111 |
Color Harmonies of #275AEF
Complementary color
Monochromatic Colors of #275AEF
Black with #275AEF
Text Example
Text Example
White with #275AEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275AEF; }
p { color: rgb(39,90,239); }
H1.HeaderClassName
{
color: #275AEF;
}
.AnyTagClassName
{
color: #275AEF;
}
</style>
background-color css
<style>
a { background-color: #275AEF; }
a { background-color: rgb(39,90,239); }
div.DivClassName
{
background-color: #275AEF;
}
.BgClassName
{
background-color: #275AEF;
}
</style>
border-color css
<style>
span { border-color: #275AEF; }
span { border-color: rgb(39,90,239); }
td.TdClassName
{
border-color: #275AEF;
}
.TagClassName
{
border-color: #275AEF;
}
</style>