Html Css Color HEX #456EE6 Royal Blue

📋 copy color: '#456EE6'

red 69 ◦ green 110 ◦ blue 230

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

Shades of Royal Blue #456EE6

Tints of Royal Blue #456EE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 56.23%

R = 16.87%
G = 26.89%
B = 56.23%

CMYK

 C value IS 0.7

 M value IS 0.52

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#456EE6 (or 0x456EE6) is known color: Royal Blue. HEX triplet: 45, 6E and E6. RGB value is (69,110,230). Sum of RGB (Red+Green+Blue) = 69+110+230=409 (54% of max value = 765). Red value is 69 (27.34% from 255 or 16.87% from 409); Green value is 110 (43.36% from 255 or 26.89% from 409); Blue value is 230 (90.23% from 255 or 56.23% from 409); Max value from RGB is 230 - color contains mainly: blue. Hex color #456EE6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #456EE6 is #BA9119. Grayscale: #6E6E6E. Windows color (decimal): -12226842 or 15101509. OLE color: 15101509.

HSL color Cylindrical-coordinate representation of color #456EE6: hue angle of 224.72º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #456EE6 is Cyan = 0.7, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 69 110 230 -
CMYK 0.7 0.52 0 0.10
HSL 224.72º 0.76% 0.59% -
HSV(B) 224.72º 0.7% 0.9% -
XYZ 22.31 18.13 77.19 -
YUV 111.42 194.92 97.74 -
System Red Green Blue C M Y K H S L
Decimal 69 110 230 0.7 0.52 0 0.10 224.72 0.76 0.59
Hex 45 6E E6 46 34 0 A E1 4C 3B
Octal 105 156 346 106 64 0 12 341 114 73
Binary 1000101 1101110 11100110 1000110 110100 0 1010 11100001 1001100 111011

Color Harmonies of #456EE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #456EE6

Black with #456EE6

Text Example


Text Example

White with #456EE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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