Shades of Royal Blue #275CF3
Tints of Royal Blue #275CF3
RGB
CMYK
RGB Variations
Color information
#275CF3 (or 0x275CF3) is known color: Royal Blue. HEX triplet: 27, 5C and F3. RGB value is (39,92,243). Sum of RGB (Red+Green+Blue) = 39+92+243=374 (49% of max value = 765). Red value is 39 (15.62% from 255 or 10.43% from 374); Green value is 92 (36.33% from 255 or 24.60% from 374); Blue value is 243 (95.31% from 255 or 64.97% from 374); Max value from RGB is 243 - color contains mainly: blue. Hex color #275CF3 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #275CF3 is #D8A30C. Grayscale: #5C5C5C. Windows color (decimal): -14197517 or 15948839. OLE color: 15948839.
HSL color Cylindrical-coordinate representation of color #275CF3: hue angle of 224.41º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #275CF3 is Cyan = 0.84, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 39 | 92 | 243 | - |
| CMYK | 0.84 | 0.62 | 0 | 0.05 |
| HSL | 224.41º | 0.89% | 0.55% | - |
| HSV(B) | 224.41º | 0.84% | 0.95% | - |
| XYZ | 20.84 | 14.56 | 86.51 | - |
| YUV | 93.37 | 212.44 | 89.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 92 | 243 | 0.84 | 0.62 | 0 | 0.05 | 224.41 | 0.89 | 0.55 |
| Hex | 27 | 5C | F3 | 54 | 3E | 0 | 5 | E0 | 59 | 37 |
| Octal | 47 | 134 | 363 | 124 | 76 | 0 | 5 | 340 | 131 | 67 |
| Binary | 100111 | 1011100 | 11110011 | 1010100 | 111110 | 0 | 101 | 11100000 | 1011001 | 110111 |
Color Harmonies of #275CF3
Complementary color
Monochromatic Colors of #275CF3
Black with #275CF3
Text Example
Text Example
White with #275CF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275CF3; }
p { color: rgb(39,92,243); }
H1.HeaderClassName
{
color: #275CF3;
}
.AnyTagClassName
{
color: #275CF3;
}
</style>
background-color css
<style>
a { background-color: #275CF3; }
a { background-color: rgb(39,92,243); }
div.DivClassName
{
background-color: #275CF3;
}
.BgClassName
{
background-color: #275CF3;
}
</style>
border-color css
<style>
span { border-color: #275CF3; }
span { border-color: rgb(39,92,243); }
td.TdClassName
{
border-color: #275CF3;
}
.TagClassName
{
border-color: #275CF3;
}
</style>