Html Css Color HEX #457DDB Royal Blue

📋 copy color: '#457DDB'

red 69 ◦ green 125 ◦ blue 219

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

Shades of Royal Blue #457DDB

Tints of Royal Blue #457DDB

RGB

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

 GREEN value IS 125 (49.22% from 255) = 30.27%

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

R = 16.71%
G = 30.27%
B = 53.03%

CMYK

 C value IS 0.68

 M value IS 0.43

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#457DDB (or 0x457DDB) is known color: Royal Blue. HEX triplet: 45, 7D and DB. RGB value is (69,125,219). Sum of RGB (Red+Green+Blue) = 69+125+219=413 (54% of max value = 765). Red value is 69 (27.34% from 255 or 16.71% from 413); Green value is 125 (49.22% from 255 or 30.27% from 413); Blue value is 219 (85.94% from 255 or 53.03% from 413); Max value from RGB is 219 - color contains mainly: blue. Hex color #457DDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #457DDB is #BA8224. Grayscale: #767676. Windows color (decimal): -12223013 or 14384453. OLE color: 14384453.

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

Color convert

RGB 69 125 219 -
CMYK 0.68 0.43 0 0.14
HSL 217.6º 0.68% 0.56% -
HSV(B) 217.6º 0.68% 0.86% -
XYZ 22.57 21.05 69.89 -
YUV 118.97 184.45 92.36 -
System Red Green Blue C M Y K H S L
Decimal 69 125 219 0.68 0.43 0 0.14 217.6 0.68 0.56
Hex 45 7D DB 44 2B 0 E DA 44 38
Octal 105 175 333 104 53 0 16 332 104 70
Binary 1000101 1111101 11011011 1000100 101011 0 1110 11011010 1000100 111000

Color Harmonies of #457DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #457DDB

Black with #457DDB

Text Example


Text Example

White with #457DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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