Shades of Royal Blue #274CF2
Tints of Royal Blue #274CF2
RGB
CMYK
RGB Variations
Color information
#274CF2 (or 0x274CF2) is known color: Royal Blue. HEX triplet: 27, 4C and F2. RGB value is (39,76,242). Sum of RGB (Red+Green+Blue) = 39+76+242=357 (47% of max value = 765). Red value is 39 (15.62% from 255 or 10.92% from 357); Green value is 76 (30.08% from 255 or 21.29% from 357); Blue value is 242 (94.92% from 255 or 67.79% from 357); Max value from RGB is 242 - color contains mainly: blue. Hex color #274CF2 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #274CF2 is #D8B30D. Grayscale: #535353. Windows color (decimal): -14201614 or 15879207. OLE color: 15879207.
HSL color Cylindrical-coordinate representation of color #274CF2: hue angle of 229.06º 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 #274CF2 is Cyan = 0.84, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 39 | 76 | 242 | - |
| CMYK | 0.84 | 0.69 | 0 | 0.05 |
| HSL | 229.06º | 0.89% | 0.55% | - |
| HSV(B) | 229.06º | 0.84% | 0.95% | - |
| XYZ | 19.45 | 12.01 | 85.3 | - |
| YUV | 83.86 | 217.24 | 96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 76 | 242 | 0.84 | 0.69 | 0 | 0.05 | 229.06 | 0.89 | 0.55 |
| Hex | 27 | 4C | F2 | 54 | 45 | 0 | 5 | E5 | 59 | 37 |
| Octal | 47 | 114 | 362 | 124 | 105 | 0 | 5 | 345 | 131 | 67 |
| Binary | 100111 | 1001100 | 11110010 | 1010100 | 1000101 | 0 | 101 | 11100101 | 1011001 | 110111 |
Color Harmonies of #274CF2
Complementary color
Monochromatic Colors of #274CF2
Black with #274CF2
Text Example
Text Example
White with #274CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274CF2; }
p { color: rgb(39,76,242); }
H1.HeaderClassName
{
color: #274CF2;
}
.AnyTagClassName
{
color: #274CF2;
}
</style>
background-color css
<style>
a { background-color: #274CF2; }
a { background-color: rgb(39,76,242); }
div.DivClassName
{
background-color: #274CF2;
}
.BgClassName
{
background-color: #274CF2;
}
</style>
border-color css
<style>
span { border-color: #274CF2; }
span { border-color: rgb(39,76,242); }
td.TdClassName
{
border-color: #274CF2;
}
.TagClassName
{
border-color: #274CF2;
}
</style>