Html Css Color HEX #456ADC Royal Blue

📋 copy color: '#456ADC'

red 69 ◦ green 106 ◦ blue 220

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

Shades of Royal Blue #456ADC

Tints of Royal Blue #456ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 55.7%

R = 17.47%
G = 26.84%
B = 55.7%

CMYK

 C value IS 0.69

 M value IS 0.52

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#456ADC (or 0x456ADC) is known color: Royal Blue. HEX triplet: 45, 6A and DC. RGB value is (69,106,220). Sum of RGB (Red+Green+Blue) = 69+106+220=395 (52% of max value = 765). Red value is 69 (27.34% from 255 or 17.47% from 395); Green value is 106 (41.80% from 255 or 26.84% from 395); Blue value is 220 (86.33% from 255 or 55.70% from 395); Max value from RGB is 220 - color contains mainly: blue. Hex color #456ADC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #456ADC is #BA9523. Grayscale: #6B6B6B. Windows color (decimal): -12227876 or 14445125. OLE color: 14445125.

HSL color Cylindrical-coordinate representation of color #456ADC: hue angle of 225.3º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #456ADC is Cyan = 0.69, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 69 106 220 -
CMYK 0.69 0.52 0 0.14
HSL 225.3º 0.68% 0.57% -
HSV(B) 225.3º 0.69% 0.86% -
XYZ 20.53 16.74 69.86 -
YUV 107.93 191.24 100.23 -
System Red Green Blue C M Y K H S L
Decimal 69 106 220 0.69 0.52 0 0.14 225.3 0.68 0.57
Hex 45 6A DC 45 34 0 E E1 44 39
Octal 105 152 334 105 64 0 16 341 104 71
Binary 1000101 1101010 11011100 1000101 110100 0 1110 11100001 1000100 111001

Color Harmonies of #456ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #456ADC

Black with #456ADC

Text Example


Text Example

White with #456ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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