Html Css Color HEX #457FDE Royal Blue

📋 copy color: '#457FDE'

red 69 ◦ green 127 ◦ blue 222

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

Shades of Royal Blue #457FDE

Tints of Royal Blue #457FDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 53.11%

R = 16.51%
G = 30.38%
B = 53.11%

CMYK

 C value IS 0.69

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#457FDE (or 0x457FDE) is known color: Royal Blue. HEX triplet: 45, 7F and DE. RGB value is (69,127,222). Sum of RGB (Red+Green+Blue) = 69+127+222=418 (55% of max value = 765). Red value is 69 (27.34% from 255 or 16.51% from 418); Green value is 127 (50% from 255 or 30.38% from 418); Blue value is 222 (87.11% from 255 or 53.11% from 418); Max value from RGB is 222 - color contains mainly: blue. Hex color #457FDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #457FDE is #BA8021. Grayscale: #787878. Windows color (decimal): -12222498 or 14581573. OLE color: 14581573.

HSL color Cylindrical-coordinate representation of color #457FDE: hue angle of 217.25º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #457FDE is Cyan = 0.69, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 69 127 222 -
CMYK 0.69 0.43 0 0.13
HSL 217.25º 0.7% 0.57% -
HSV(B) 217.25º 0.69% 0.87% -
XYZ 23.23 21.72 72.07 -
YUV 120.49 185.28 91.28 -
System Red Green Blue C M Y K H S L
Decimal 69 127 222 0.69 0.43 0 0.13 217.25 0.7 0.57
Hex 45 7F DE 45 2B 0 D D9 46 39
Octal 105 177 336 105 53 0 15 331 106 71
Binary 1000101 1111111 11011110 1000101 101011 0 1101 11011001 1000110 111001

Color Harmonies of #457FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #457FDE

Black with #457FDE

Text Example


Text Example

White with #457FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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