Html Css Color HEX #456ACE Royal Blue

📋 copy color: '#456ACE'

red 69 ◦ green 106 ◦ blue 206

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

Shades of Royal Blue #456ACE

Tints of Royal Blue #456ACE

RGB

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

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

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

R = 18.11%
G = 27.82%
B = 54.07%

CMYK

 C value IS 0.67

 M value IS 0.49

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#456ACE (or 0x456ACE) is known color: Royal Blue. HEX triplet: 45, 6A and CE. RGB value is (69,106,206). Sum of RGB (Red+Green+Blue) = 69+106+206=381 (50% of max value = 765). Red value is 69 (27.34% from 255 or 18.11% from 381); Green value is 106 (41.80% from 255 or 27.82% from 381); Blue value is 206 (80.86% from 255 or 54.07% from 381); Max value from RGB is 206 - color contains mainly: blue. Hex color #456ACE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #456ACE is #BA9531. Grayscale: #696969. Windows color (decimal): -12227890 or 13527621. OLE color: 13527621.

HSL color Cylindrical-coordinate representation of color #456ACE: hue angle of 223.8º 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 #456ACE is Cyan = 0.67, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 69 106 206 -
CMYK 0.67 0.49 0 0.19
HSL 223.8º 0.58% 0.54% -
HSV(B) 223.8º 0.67% 0.81% -
XYZ 18.75 16.03 60.5 -
YUV 106.34 184.24 101.37 -
System Red Green Blue C M Y K H S L
Decimal 69 106 206 0.67 0.49 0 0.19 223.8 0.58 0.54
Hex 45 6A CE 43 31 0 13 E0 3A 36
Octal 105 152 316 103 61 0 23 340 72 66
Binary 1000101 1101010 11001110 1000011 110001 0 10011 11100000 111010 110110

Color Harmonies of #456ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #456ACE

Black with #456ACE

Text Example


Text Example

White with #456ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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