Shades of Royal Blue #274DF0
Tints of Royal Blue #274DF0
RGB
CMYK
RGB Variations
Color information
#274DF0 (or 0x274DF0) is known color: Royal Blue. HEX triplet: 27, 4D and F0. RGB value is (39,77,240). Sum of RGB (Red+Green+Blue) = 39+77+240=356 (47% of max value = 765). Red value is 39 (15.62% from 255 or 10.96% from 356); Green value is 77 (30.47% from 255 or 21.63% from 356); Blue value is 240 (94.14% from 255 or 67.42% from 356); Max value from RGB is 240 - color contains mainly: blue. Hex color #274DF0 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #274DF0 is #D8B20F. Grayscale: #535353. Windows color (decimal): -14201360 or 15748391. OLE color: 15748391.
HSL color Cylindrical-coordinate representation of color #274DF0: hue angle of 228.66º degrees, saturation: 0.87, 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 #274DF0 is Cyan = 0.84, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 39 | 77 | 240 | - |
| CMYK | 0.84 | 0.68 | 0 | 0.06 |
| HSL | 228.66º | 0.87% | 0.55% | - |
| HSV(B) | 228.66º | 0.84% | 0.94% | - |
| XYZ | 19.22 | 12.03 | 83.75 | - |
| YUV | 84.22 | 215.91 | 95.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 77 | 240 | 0.84 | 0.68 | 0 | 0.06 | 228.66 | 0.87 | 0.55 |
| Hex | 27 | 4D | F0 | 54 | 44 | 0 | 6 | E5 | 57 | 37 |
| Octal | 47 | 115 | 360 | 124 | 104 | 0 | 6 | 345 | 127 | 67 |
| Binary | 100111 | 1001101 | 11110000 | 1010100 | 1000100 | 0 | 110 | 11100101 | 1010111 | 110111 |
Color Harmonies of #274DF0
Complementary color
Monochromatic Colors of #274DF0
Black with #274DF0
Text Example
Text Example
White with #274DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274DF0; }
p { color: rgb(39,77,240); }
H1.HeaderClassName
{
color: #274DF0;
}
.AnyTagClassName
{
color: #274DF0;
}
</style>
background-color css
<style>
a { background-color: #274DF0; }
a { background-color: rgb(39,77,240); }
div.DivClassName
{
background-color: #274DF0;
}
.BgClassName
{
background-color: #274DF0;
}
</style>
border-color css
<style>
span { border-color: #274DF0; }
span { border-color: rgb(39,77,240); }
td.TdClassName
{
border-color: #274DF0;
}
.TagClassName
{
border-color: #274DF0;
}
</style>