Html Css Color HEX #457FDB Royal Blue

📋 copy color: '#457FDB'

red 69 ◦ green 127 ◦ blue 219

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

Shades of Royal Blue #457FDB

Tints of Royal Blue #457FDB

RGB

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

 GREEN value IS 127 (50% from 255) = 30.6%

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

R = 16.63%
G = 30.6%
B = 52.77%

CMYK

 C value IS 0.68

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#457FDB (or 0x457FDB) is known color: Royal Blue. HEX triplet: 45, 7F and DB. RGB value is (69,127,219). Sum of RGB (Red+Green+Blue) = 69+127+219=415 (54% of max value = 765). Red value is 69 (27.34% from 255 or 16.63% from 415); Green value is 127 (50% from 255 or 30.60% from 415); Blue value is 219 (85.94% from 255 or 52.77% from 415); Max value from RGB is 219 - color contains mainly: blue. Hex color #457FDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #457FDB is #BA8024. Grayscale: #777777. Windows color (decimal): -12222501 or 14384965. OLE color: 14384965.

HSL color Cylindrical-coordinate representation of color #457FDB: hue angle of 216.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 #457FDB is Cyan = 0.68, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 69 127 219 -
CMYK 0.68 0.42 0 0.14
HSL 216.8º 0.68% 0.56% -
HSV(B) 216.8º 0.68% 0.86% -
XYZ 22.83 21.56 69.98 -
YUV 120.15 183.78 91.52 -
System Red Green Blue C M Y K H S L
Decimal 69 127 219 0.68 0.42 0 0.14 216.8 0.68 0.56
Hex 45 7F DB 44 2A 0 E D9 44 38
Octal 105 177 333 104 52 0 16 331 104 70
Binary 1000101 1111111 11011011 1000100 101010 0 1110 11011001 1000100 111000

Color Harmonies of #457FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #457FDB

Black with #457FDB

Text Example


Text Example

White with #457FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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