Html Css Color HEX #457DF4 Royal Blue

📋 copy color: '#457DF4'

red 69 ◦ green 125 ◦ blue 244

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

Shades of Royal Blue #457DF4

Tints of Royal Blue #457DF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 55.71%

R = 15.75%
G = 28.54%
B = 55.71%

CMYK

 C value IS 0.72

 M value IS 0.49

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#457DF4 (or 0x457DF4) is known color: Royal Blue. HEX triplet: 45, 7D and F4. RGB value is (69,125,244). Sum of RGB (Red+Green+Blue) = 69+125+244=438 (58% of max value = 765). Red value is 69 (27.34% from 255 or 15.75% from 438); Green value is 125 (49.22% from 255 or 28.54% from 438); Blue value is 244 (95.70% from 255 or 55.71% from 438); Max value from RGB is 244 - color contains mainly: blue. Hex color #457DF4 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #457DF4 is #BA820B. Grayscale: #797979. Windows color (decimal): -12222988 or 16022853. OLE color: 16022853.

HSL color Cylindrical-coordinate representation of color #457DF4: hue angle of 220.8º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #457DF4 is Cyan = 0.72, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 69 125 244 -
CMYK 0.72 0.49 0 0.04
HSL 220.8º 0.89% 0.61% -
HSV(B) 220.8º 0.72% 0.96% -
XYZ 26.12 22.46 88.55 -
YUV 121.82 196.95 90.32 -
System Red Green Blue C M Y K H S L
Decimal 69 125 244 0.72 0.49 0 0.04 220.8 0.89 0.61
Hex 45 7D F4 48 31 0 4 DD 59 3D
Octal 105 175 364 110 61 0 4 335 131 75
Binary 1000101 1111101 11110100 1001000 110001 0 100 11011101 1011001 111101

Color Harmonies of #457DF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #457DF4

Black with #457DF4

Text Example


Text Example

White with #457DF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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