Shades of Royal Blue #274DF3
Tints of Royal Blue #274DF3
RGB
CMYK
RGB Variations
Color information
#274DF3 (or 0x274DF3) is known color: Royal Blue. HEX triplet: 27, 4D and F3. RGB value is (39,77,243). Sum of RGB (Red+Green+Blue) = 39+77+243=359 (47% of max value = 765). Red value is 39 (15.62% from 255 or 10.86% from 359); Green value is 77 (30.47% from 255 or 21.45% from 359); Blue value is 243 (95.31% from 255 or 67.69% from 359); Max value from RGB is 243 - color contains mainly: blue. Hex color #274DF3 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #274DF3 is #D8B20C. Grayscale: #535353. Windows color (decimal): -14201357 or 15944999. OLE color: 15944999.
HSL color Cylindrical-coordinate representation of color #274DF3: hue angle of 228.82º 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 #274DF3 is Cyan = 0.84, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 39 | 77 | 243 | - |
| CMYK | 0.84 | 0.68 | 0 | 0.05 |
| HSL | 228.82º | 0.89% | 0.55% | - |
| HSV(B) | 228.82º | 0.84% | 0.95% | - |
| XYZ | 19.67 | 12.21 | 86.11 | - |
| YUV | 84.56 | 217.41 | 95.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 77 | 243 | 0.84 | 0.68 | 0 | 0.05 | 228.82 | 0.89 | 0.55 |
| Hex | 27 | 4D | F3 | 54 | 44 | 0 | 5 | E5 | 59 | 37 |
| Octal | 47 | 115 | 363 | 124 | 104 | 0 | 5 | 345 | 131 | 67 |
| Binary | 100111 | 1001101 | 11110011 | 1010100 | 1000100 | 0 | 101 | 11100101 | 1011001 | 110111 |
Color Harmonies of #274DF3
Complementary color
Monochromatic Colors of #274DF3
Black with #274DF3
Text Example
Text Example
White with #274DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274DF3; }
p { color: rgb(39,77,243); }
H1.HeaderClassName
{
color: #274DF3;
}
.AnyTagClassName
{
color: #274DF3;
}
</style>
background-color css
<style>
a { background-color: #274DF3; }
a { background-color: rgb(39,77,243); }
div.DivClassName
{
background-color: #274DF3;
}
.BgClassName
{
background-color: #274DF3;
}
</style>
border-color css
<style>
span { border-color: #274DF3; }
span { border-color: rgb(39,77,243); }
td.TdClassName
{
border-color: #274DF3;
}
.TagClassName
{
border-color: #274DF3;
}
</style>