Html Css Color HEX #456AF7 Royal Blue

📋 copy color: '#456AF7'

red 69 ◦ green 106 ◦ blue 247

#456AF7
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Blue #456AF7

Tints of Royal Blue #456AF7

RGB

 RED value IS 69 (27.34% from 255) = 16.35%

 GREEN value IS 106 (41.8% from 255) = 25.12%

 BLUE value IS 247 (96.88% from 255) = 58.53%

R = 16.35%
G = 25.12%
B = 58.53%

CMYK

 C value IS 0.72

 M value IS 0.57

 Y value IS 0

 K value IS 0.03

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#456AF7 (or 0x456AF7) is known color: Royal Blue. HEX triplet: 45, 6A and F7. RGB value is (69,106,247). Sum of RGB (Red+Green+Blue) = 69+106+247=422 (55% of max value = 765). Red value is 69 (27.34% from 255 or 16.35% from 422); Green value is 106 (41.80% from 255 or 25.12% from 422); Blue value is 247 (96.88% from 255 or 58.53% from 422); Max value from RGB is 247 - color contains mainly: blue. Hex color #456AF7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #456AF7 is #BA9508. Grayscale: #6E6E6E. Windows color (decimal): -12227849 or 16214597. OLE color: 16214597.

HSL color Cylindrical-coordinate representation of color #456AF7: hue angle of 227.53º degrees, saturation: 0.92, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #456AF7 is Cyan = 0.72, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 69 106 247 -
CMYK 0.72 0.57 0 0.03
HSL 227.53º 0.92% 0.62% -
HSV(B) 227.53º 0.72% 0.97% -
XYZ 24.4 18.29 90.24 -
YUV 111.01 204.74 98.04 -
System Red Green Blue C M Y K H S L
Decimal 69 106 247 0.72 0.57 0 0.03 227.53 0.92 0.62
Hex 45 6A F7 48 39 0 3 E4 5C 3E
Octal 105 152 367 110 71 0 3 344 134 76
Binary 1000101 1101010 11110111 1001000 111001 0 11 11100100 1011100 111110

Color Harmonies of #456AF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #456AF7

Black with #456AF7

Text Example


Text Example

White with #456AF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #456AF7; }

 p { color: rgb(69,106,247); }

 H1.HeaderClassName
 {
   color: #456AF7;
 }
 .AnyTagClassName
 {
   color: #456AF7;
 }
</style>

background-color css

<style>
 a { background-color: #456AF7; }

 a { background-color: rgb(69,106,247); }

 div.DivClassName
 {
   background-color: #456AF7;
 }
 .BgClassName
 {
   background-color: #456AF7;
 }
</style>

border-color css

<style>
 span { border-color: #456AF7; }

 span { border-color: rgb(69,106,247); }

 td.TdClassName
 {
   border-color: #456AF7;
 }
 .TagClassName
 {
   border-color: #456AF7;
 }
</style>