Shades of Royal Blue #274BED
Tints of Royal Blue #274BED
RGB
CMYK
RGB Variations
Color information
#274BED (or 0x274BED) is known color: Royal Blue. HEX triplet: 27, 4B and ED. RGB value is (39,75,237). Sum of RGB (Red+Green+Blue) = 39+75+237=351 (46% of max value = 765). Red value is 39 (15.62% from 255 or 11.11% from 351); Green value is 75 (29.69% from 255 or 21.37% from 351); Blue value is 237 (92.97% from 255 or 67.52% from 351); Max value from RGB is 237 - color contains mainly: blue. Hex color #274BED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #274BED is #D8B412. Grayscale: #525252. Windows color (decimal): -14201875 or 15551271. OLE color: 15551271.
HSL color Cylindrical-coordinate representation of color #274BED: hue angle of 229.09º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #274BED is Cyan = 0.84, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 39 | 75 | 237 | - |
| CMYK | 0.84 | 0.68 | 0 | 0.07 |
| HSL | 229.09º | 0.85% | 0.54% | - |
| HSV(B) | 229.09º | 0.84% | 0.93% | - |
| XYZ | 18.64 | 11.58 | 81.37 | - |
| YUV | 82.7 | 215.07 | 96.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 75 | 237 | 0.84 | 0.68 | 0 | 0.07 | 229.09 | 0.85 | 0.54 |
| Hex | 27 | 4B | ED | 54 | 44 | 0 | 7 | E5 | 55 | 36 |
| Octal | 47 | 113 | 355 | 124 | 104 | 0 | 7 | 345 | 125 | 66 |
| Binary | 100111 | 1001011 | 11101101 | 1010100 | 1000100 | 0 | 111 | 11100101 | 1010101 | 110110 |
Color Harmonies of #274BED
Complementary color
Monochromatic Colors of #274BED
Black with #274BED
Text Example
Text Example
White with #274BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274BED; }
p { color: rgb(39,75,237); }
H1.HeaderClassName
{
color: #274BED;
}
.AnyTagClassName
{
color: #274BED;
}
</style>
background-color css
<style>
a { background-color: #274BED; }
a { background-color: rgb(39,75,237); }
div.DivClassName
{
background-color: #274BED;
}
.BgClassName
{
background-color: #274BED;
}
</style>
border-color css
<style>
span { border-color: #274BED; }
span { border-color: rgb(39,75,237); }
td.TdClassName
{
border-color: #274BED;
}
.TagClassName
{
border-color: #274BED;
}
</style>