Html Css Color HEX #457AD8 Royal Blue

📋 copy color: '#457AD8'

red 69 ◦ green 122 ◦ blue 216

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

Shades of Royal Blue #457AD8

Tints of Royal Blue #457AD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 53.07%

R = 16.95%
G = 29.98%
B = 53.07%

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

#457AD8 (or 0x457AD8) is known color: Royal Blue. HEX triplet: 45, 7A and D8. RGB value is (69,122,216). Sum of RGB (Red+Green+Blue) = 69+122+216=407 (53% of max value = 765). Red value is 69 (27.34% from 255 or 16.95% from 407); Green value is 122 (48.05% from 255 or 29.98% from 407); Blue value is 216 (84.77% from 255 or 53.07% from 407); Max value from RGB is 216 - color contains mainly: blue. Hex color #457AD8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #457AD8 is #BA8527. Grayscale: #747474. Windows color (decimal): -12223784 or 14187077. OLE color: 14187077.

HSL color Cylindrical-coordinate representation of color #457AD8: hue angle of 218.37º degrees, saturation: 0.65, 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 #457AD8 is Cyan = 0.68, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 69 122 216 -
CMYK 0.68 0.44 0 0.15
HSL 218.37º 0.65% 0.56% -
HSV(B) 218.37º 0.68% 0.85% -
XYZ 21.81 20.14 67.7 -
YUV 116.87 183.94 93.86 -
System Red Green Blue C M Y K H S L
Decimal 69 122 216 0.68 0.44 0 0.15 218.37 0.65 0.56
Hex 45 7A D8 44 2C 0 F DA 41 38
Octal 105 172 330 104 54 0 17 332 101 70
Binary 1000101 1111010 11011000 1000100 101100 0 1111 11011010 1000001 111000

Color Harmonies of #457AD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #457AD8

Black with #457AD8

Text Example


Text Example

White with #457AD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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