Html Css Color HEX #457ADA Royal Blue

📋 copy color: '#457ADA'

red 69 ◦ green 122 ◦ blue 218

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

Shades of Royal Blue #457ADA

Tints of Royal Blue #457ADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 53.3%

R = 16.87%
G = 29.83%
B = 53.3%

CMYK

 C value IS 0.68

 M value IS 0.44

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#457ADA (or 0x457ADA) is known color: Royal Blue. HEX triplet: 45, 7A and DA. RGB value is (69,122,218). Sum of RGB (Red+Green+Blue) = 69+122+218=409 (54% of max value = 765). Red value is 69 (27.34% from 255 or 16.87% from 409); Green value is 122 (48.05% from 255 or 29.83% from 409); Blue value is 218 (85.55% from 255 or 53.30% from 409); Max value from RGB is 218 - color contains mainly: blue. Hex color #457ADA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #457ADA is #BA8525. Grayscale: #747474. Windows color (decimal): -12223782 or 14318149. OLE color: 14318149.

HSL color Cylindrical-coordinate representation of color #457ADA: hue angle of 218.66º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #457ADA is Cyan = 0.68, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 69 122 218 -
CMYK 0.68 0.44 0 0.15
HSL 218.66º 0.67% 0.56% -
HSV(B) 218.66º 0.68% 0.85% -
XYZ 22.07 20.25 69.07 -
YUV 117.1 184.94 93.69 -
System Red Green Blue C M Y K H S L
Decimal 69 122 218 0.68 0.44 0 0.15 218.66 0.67 0.56
Hex 45 7A DA 44 2C 0 F DB 43 38
Octal 105 172 332 104 54 0 17 333 103 70
Binary 1000101 1111010 11011010 1000100 101100 0 1111 11011011 1000011 111000

Color Harmonies of #457ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #457ADA

Black with #457ADA

Text Example


Text Example

White with #457ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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