Html Css Color HEX #457ADB Royal Blue

📋 copy color: '#457ADB'

red 69 ◦ green 122 ◦ blue 219

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

Shades of Royal Blue #457ADB

Tints of Royal Blue #457ADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 53.41%

R = 16.83%
G = 29.76%
B = 53.41%

CMYK

 C value IS 0.68

 M value IS 0.44

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#457ADB (or 0x457ADB) is known color: Royal Blue. HEX triplet: 45, 7A and DB. RGB value is (69,122,219). Sum of RGB (Red+Green+Blue) = 69+122+219=410 (54% of max value = 765). Red value is 69 (27.34% from 255 or 16.83% from 410); Green value is 122 (48.05% from 255 or 29.76% from 410); Blue value is 219 (85.94% from 255 or 53.41% from 410); Max value from RGB is 219 - color contains mainly: blue. Hex color #457ADB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #457ADB is #BA8524. Grayscale: #747474. Windows color (decimal): -12223781 or 14383685. OLE color: 14383685.

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

Color convert

RGB 69 122 219 -
CMYK 0.68 0.44 0 0.14
HSL 218.8º 0.68% 0.56% -
HSV(B) 218.8º 0.68% 0.86% -
XYZ 22.2 20.3 69.77 -
YUV 117.21 185.44 93.61 -
System Red Green Blue C M Y K H S L
Decimal 69 122 219 0.68 0.44 0 0.14 218.8 0.68 0.56
Hex 45 7A DB 44 2C 0 E DB 44 38
Octal 105 172 333 104 54 0 16 333 104 70
Binary 1000101 1111010 11011011 1000100 101100 0 1110 11011011 1000100 111000

Color Harmonies of #457ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #457ADB

Black with #457ADB

Text Example


Text Example

White with #457ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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