Shades of Royal Blue #456FF2
Tints of Royal Blue #456FF2
RGB
CMYK
RGB Variations
Color information
#456FF2 (or 0x456FF2) is known color: Royal Blue. HEX triplet: 45, 6F and F2. RGB value is (69,111,242). Sum of RGB (Red+Green+Blue) = 69+111+242=422 (55% of max value = 765). Red value is 69 (27.34% from 255 or 16.35% from 422); Green value is 111 (43.75% from 255 or 26.30% from 422); Blue value is 242 (94.92% from 255 or 57.35% from 422); Max value from RGB is 242 - color contains mainly: blue. Hex color #456FF2 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #456FF2 is #BA900D. Grayscale: #707070. Windows color (decimal): -12226574 or 15888197. OLE color: 15888197.
HSL color Cylindrical-coordinate representation of color #456FF2: hue angle of 225.43º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #456FF2 is Cyan = 0.71, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 69 | 111 | 242 | - |
| CMYK | 0.71 | 0.54 | 0 | 0.05 |
| HSL | 225.43º | 0.87% | 0.61% | - |
| HSV(B) | 225.43º | 0.71% | 0.95% | - |
| XYZ | 24.17 | 19.04 | 86.41 | - |
| YUV | 113.38 | 200.59 | 96.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 111 | 242 | 0.71 | 0.54 | 0 | 0.05 | 225.43 | 0.87 | 0.61 |
| Hex | 45 | 6F | F2 | 47 | 36 | 0 | 5 | E1 | 57 | 3D |
| Octal | 105 | 157 | 362 | 107 | 66 | 0 | 5 | 341 | 127 | 75 |
| Binary | 1000101 | 1101111 | 11110010 | 1000111 | 110110 | 0 | 101 | 11100001 | 1010111 | 111101 |
Color Harmonies of #456FF2
Complementary color
Monochromatic Colors of #456FF2
Black with #456FF2
Text Example
Text Example
White with #456FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456FF2; }
p { color: rgb(69,111,242); }
H1.HeaderClassName
{
color: #456FF2;
}
.AnyTagClassName
{
color: #456FF2;
}
</style>
background-color css
<style>
a { background-color: #456FF2; }
a { background-color: rgb(69,111,242); }
div.DivClassName
{
background-color: #456FF2;
}
.BgClassName
{
background-color: #456FF2;
}
</style>
border-color css
<style>
span { border-color: #456FF2; }
span { border-color: rgb(69,111,242); }
td.TdClassName
{
border-color: #456FF2;
}
.TagClassName
{
border-color: #456FF2;
}
</style>