Shades of Royal Blue #274CF1
Tints of Royal Blue #274CF1
RGB
CMYK
RGB Variations
Color information
#274CF1 (or 0x274CF1) is known color: Royal Blue. HEX triplet: 27, 4C and F1. RGB value is (39,76,241). Sum of RGB (Red+Green+Blue) = 39+76+241=356 (47% of max value = 765). Red value is 39 (15.62% from 255 or 10.96% from 356); Green value is 76 (30.08% from 255 or 21.35% from 356); Blue value is 241 (94.53% from 255 or 67.70% from 356); Max value from RGB is 241 - color contains mainly: blue. Hex color #274CF1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #274CF1 is #D8B30E. Grayscale: #535353. Windows color (decimal): -14201615 or 15813671. OLE color: 15813671.
HSL color Cylindrical-coordinate representation of color #274CF1: hue angle of 229.01º degrees, saturation: 0.88, 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 #274CF1 is Cyan = 0.84, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 39 | 76 | 241 | - |
| CMYK | 0.84 | 0.68 | 0 | 0.05 |
| HSL | 229.01º | 0.88% | 0.55% | - |
| HSV(B) | 229.01º | 0.84% | 0.95% | - |
| XYZ | 19.3 | 11.95 | 84.51 | - |
| YUV | 83.75 | 216.74 | 96.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 76 | 241 | 0.84 | 0.68 | 0 | 0.05 | 229.01 | 0.88 | 0.55 |
| Hex | 27 | 4C | F1 | 54 | 44 | 0 | 5 | E5 | 58 | 37 |
| Octal | 47 | 114 | 361 | 124 | 104 | 0 | 5 | 345 | 130 | 67 |
| Binary | 100111 | 1001100 | 11110001 | 1010100 | 1000100 | 0 | 101 | 11100101 | 1011000 | 110111 |
Color Harmonies of #274CF1
Complementary color
Monochromatic Colors of #274CF1
Black with #274CF1
Text Example
Text Example
White with #274CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274CF1; }
p { color: rgb(39,76,241); }
H1.HeaderClassName
{
color: #274CF1;
}
.AnyTagClassName
{
color: #274CF1;
}
</style>
background-color css
<style>
a { background-color: #274CF1; }
a { background-color: rgb(39,76,241); }
div.DivClassName
{
background-color: #274CF1;
}
.BgClassName
{
background-color: #274CF1;
}
</style>
border-color css
<style>
span { border-color: #274CF1; }
span { border-color: rgb(39,76,241); }
td.TdClassName
{
border-color: #274CF1;
}
.TagClassName
{
border-color: #274CF1;
}
</style>