Html Css Color HEX #457ADC Royal Blue

📋 copy color: '#457ADC'

red 69 ◦ green 122 ◦ blue 220

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

Shades of Royal Blue #457ADC

Tints of Royal Blue #457ADC

RGB

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

 GREEN value IS 122 (48.05% from 255) = 29.68%

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

R = 16.79%
G = 29.68%
B = 53.53%

CMYK

 C value IS 0.69

 M value IS 0.45

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#457ADC (or 0x457ADC) is known color: Royal Blue. HEX triplet: 45, 7A and DC. RGB value is (69,122,220). Sum of RGB (Red+Green+Blue) = 69+122+220=411 (54% of max value = 765). Red value is 69 (27.34% from 255 or 16.79% from 411); Green value is 122 (48.05% from 255 or 29.68% from 411); Blue value is 220 (86.33% from 255 or 53.53% from 411); Max value from RGB is 220 - color contains mainly: blue. Hex color #457ADC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #457ADC is #BA8523. Grayscale: #747474. Windows color (decimal): -12223780 or 14449221. OLE color: 14449221.

HSL color Cylindrical-coordinate representation of color #457ADC: hue angle of 218.94º 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 #457ADC is Cyan = 0.69, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 69 122 220 -
CMYK 0.69 0.45 0 0.14
HSL 218.94º 0.68% 0.57% -
HSV(B) 218.94º 0.69% 0.86% -
XYZ 22.33 20.35 70.46 -
YUV 117.33 185.94 93.53 -
System Red Green Blue C M Y K H S L
Decimal 69 122 220 0.69 0.45 0 0.14 218.94 0.68 0.57
Hex 45 7A DC 45 2D 0 E DB 44 39
Octal 105 172 334 105 55 0 16 333 104 71
Binary 1000101 1111010 11011100 1000101 101101 0 1110 11011011 1000100 111001

Color Harmonies of #457ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #457ADC

Black with #457ADC

Text Example


Text Example

White with #457ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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