Shades of Royal Blue #275CF4
Tints of Royal Blue #275CF4
RGB
CMYK
RGB Variations
Color information
#275CF4 (or 0x275CF4) is known color: Royal Blue. HEX triplet: 27, 5C and F4. RGB value is (39,92,244). Sum of RGB (Red+Green+Blue) = 39+92+244=375 (49% of max value = 765). Red value is 39 (15.62% from 255 or 10.4% from 375); Green value is 92 (36.33% from 255 or 24.53% from 375); Blue value is 244 (95.70% from 255 or 65.07% from 375); Max value from RGB is 244 - color contains mainly: blue. Hex color #275CF4 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #275CF4 is #D8A30B. Grayscale: #5C5C5C. Windows color (decimal): -14197516 or 16014375. OLE color: 16014375.
HSL color Cylindrical-coordinate representation of color #275CF4: hue angle of 224.49º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #275CF4 is Cyan = 0.84, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 39 | 92 | 244 | - |
| CMYK | 0.84 | 0.62 | 0 | 0.04 |
| HSL | 224.49º | 0.9% | 0.55% | - |
| HSV(B) | 224.49º | 0.84% | 0.96% | - |
| XYZ | 20.99 | 14.62 | 87.3 | - |
| YUV | 93.48 | 212.94 | 89.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 92 | 244 | 0.84 | 0.62 | 0 | 0.04 | 224.49 | 0.9 | 0.55 |
| Hex | 27 | 5C | F4 | 54 | 3E | 0 | 4 | E0 | 5A | 37 |
| Octal | 47 | 134 | 364 | 124 | 76 | 0 | 4 | 340 | 132 | 67 |
| Binary | 100111 | 1011100 | 11110100 | 1010100 | 111110 | 0 | 100 | 11100000 | 1011010 | 110111 |
Color Harmonies of #275CF4
Complementary color
Monochromatic Colors of #275CF4
Black with #275CF4
Text Example
Text Example
White with #275CF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275CF4; }
p { color: rgb(39,92,244); }
H1.HeaderClassName
{
color: #275CF4;
}
.AnyTagClassName
{
color: #275CF4;
}
</style>
background-color css
<style>
a { background-color: #275CF4; }
a { background-color: rgb(39,92,244); }
div.DivClassName
{
background-color: #275CF4;
}
.BgClassName
{
background-color: #275CF4;
}
</style>
border-color css
<style>
span { border-color: #275CF4; }
span { border-color: rgb(39,92,244); }
td.TdClassName
{
border-color: #275CF4;
}
.TagClassName
{
border-color: #275CF4;
}
</style>