Html Css Color HEX #456EE0 Royal Blue

📋 copy color: '#456EE0'

red 69 ◦ green 110 ◦ blue 224

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

Shades of Royal Blue #456EE0

Tints of Royal Blue #456EE0

RGB

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

 GREEN value IS 110 (43.36% from 255) = 27.3%

 BLUE value IS 224 (87.89% from 255) = 55.58%

R = 17.12%
G = 27.3%
B = 55.58%

CMYK

 C value IS 0.69

 M value IS 0.51

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#456EE0 (or 0x456EE0) is known color: Royal Blue. HEX triplet: 45, 6E and E0. RGB value is (69,110,224). Sum of RGB (Red+Green+Blue) = 69+110+224=403 (53% of max value = 765). Red value is 69 (27.34% from 255 or 17.12% from 403); Green value is 110 (43.36% from 255 or 27.30% from 403); Blue value is 224 (87.89% from 255 or 55.58% from 403); Max value from RGB is 224 - color contains mainly: blue. Hex color #456EE0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #456EE0 is #BA911F. Grayscale: #6E6E6E. Windows color (decimal): -12226848 or 14708293. OLE color: 14708293.

HSL color Cylindrical-coordinate representation of color #456EE0: hue angle of 224.13º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #456EE0 is Cyan = 0.69, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 69 110 224 -
CMYK 0.69 0.51 0 0.12
HSL 224.13º 0.71% 0.57% -
HSV(B) 224.13º 0.69% 0.88% -
XYZ 21.48 17.8 72.82 -
YUV 110.74 191.92 98.23 -
System Red Green Blue C M Y K H S L
Decimal 69 110 224 0.69 0.51 0 0.12 224.13 0.71 0.57
Hex 45 6E E0 45 33 0 C E0 47 39
Octal 105 156 340 105 63 0 14 340 107 71
Binary 1000101 1101110 11100000 1000101 110011 0 1100 11100000 1000111 111001

Color Harmonies of #456EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #456EE0

Black with #456EE0

Text Example


Text Example

White with #456EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,110,224); }

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

background-color css

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

 a { background-color: rgb(69,110,224); }

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

border-color css

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

 span { border-color: rgb(69,110,224); }

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