Shades of Royal Blue #456FF3
Tints of Royal Blue #456FF3
RGB
CMYK
RGB Variations
Color information
#456FF3 (or 0x456FF3) is known color: Royal Blue. HEX triplet: 45, 6F and F3. RGB value is (69,111,243). Sum of RGB (Red+Green+Blue) = 69+111+243=423 (56% of max value = 765). Red value is 69 (27.34% from 255 or 16.31% from 423); Green value is 111 (43.75% from 255 or 26.24% from 423); Blue value is 243 (95.31% from 255 or 57.45% from 423); Max value from RGB is 243 - color contains mainly: blue. Hex color #456FF3 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #456FF3 is #BA900C. Grayscale: #707070. Windows color (decimal): -12226573 or 15953733. OLE color: 15953733.
HSL color Cylindrical-coordinate representation of color #456FF3: hue angle of 225.52º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #456FF3 is Cyan = 0.72, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 69 | 111 | 243 | - |
| CMYK | 0.72 | 0.54 | 0 | 0.05 |
| HSL | 225.52º | 0.88% | 0.61% | - |
| HSV(B) | 225.52º | 0.72% | 0.95% | - |
| XYZ | 24.32 | 19.11 | 87.2 | - |
| YUV | 113.49 | 201.09 | 96.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 111 | 243 | 0.72 | 0.54 | 0 | 0.05 | 225.52 | 0.88 | 0.61 |
| Hex | 45 | 6F | F3 | 48 | 36 | 0 | 5 | E2 | 58 | 3D |
| Octal | 105 | 157 | 363 | 110 | 66 | 0 | 5 | 342 | 130 | 75 |
| Binary | 1000101 | 1101111 | 11110011 | 1001000 | 110110 | 0 | 101 | 11100010 | 1011000 | 111101 |
Color Harmonies of #456FF3
Complementary color
Monochromatic Colors of #456FF3
Black with #456FF3
Text Example
Text Example
White with #456FF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456FF3; }
p { color: rgb(69,111,243); }
H1.HeaderClassName
{
color: #456FF3;
}
.AnyTagClassName
{
color: #456FF3;
}
</style>
background-color css
<style>
a { background-color: #456FF3; }
a { background-color: rgb(69,111,243); }
div.DivClassName
{
background-color: #456FF3;
}
.BgClassName
{
background-color: #456FF3;
}
</style>
border-color css
<style>
span { border-color: #456FF3; }
span { border-color: rgb(69,111,243); }
td.TdClassName
{
border-color: #456FF3;
}
.TagClassName
{
border-color: #456FF3;
}
</style>