Html Css Color HEX #456ECE Royal Blue

📋 copy color: '#456ECE'

red 69 ◦ green 110 ◦ blue 206

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

Shades of Royal Blue #456ECE

Tints of Royal Blue #456ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 53.51%

R = 17.92%
G = 28.57%
B = 53.51%

CMYK

 C value IS 0.67

 M value IS 0.47

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#456ECE (or 0x456ECE) is known color: Royal Blue. HEX triplet: 45, 6E and CE. RGB value is (69,110,206). Sum of RGB (Red+Green+Blue) = 69+110+206=385 (50% of max value = 765). Red value is 69 (27.34% from 255 or 17.92% from 385); Green value is 110 (43.36% from 255 or 28.57% from 385); Blue value is 206 (80.86% from 255 or 53.51% from 385); Max value from RGB is 206 - color contains mainly: blue. Hex color #456ECE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #456ECE is #BA9131. Grayscale: #6C6C6C. Windows color (decimal): -12226866 or 13528645. OLE color: 13528645.

HSL color Cylindrical-coordinate representation of color #456ECE: hue angle of 222.04º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #456ECE is Cyan = 0.67, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 69 110 206 -
CMYK 0.67 0.47 0 0.19
HSL 222.04º 0.58% 0.54% -
HSV(B) 222.04º 0.67% 0.81% -
XYZ 19.17 16.87 60.64 -
YUV 108.69 182.92 99.69 -
System Red Green Blue C M Y K H S L
Decimal 69 110 206 0.67 0.47 0 0.19 222.04 0.58 0.54
Hex 45 6E CE 43 2F 0 13 DE 3A 36
Octal 105 156 316 103 57 0 23 336 72 66
Binary 1000101 1101110 11001110 1000011 101111 0 10011 11011110 111010 110110

Color Harmonies of #456ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #456ECE

Black with #456ECE

Text Example


Text Example

White with #456ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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