Html Css Color HEX #457DF6 Royal Blue

📋 copy color: '#457DF6'

red 69 ◦ green 125 ◦ blue 246

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

Shades of Royal Blue #457DF6

Tints of Royal Blue #457DF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 55.91%

R = 15.68%
G = 28.41%
B = 55.91%

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

#457DF6 (or 0x457DF6) is known color: Royal Blue. HEX triplet: 45, 7D and F6. RGB value is (69,125,246). Sum of RGB (Red+Green+Blue) = 69+125+246=440 (58% of max value = 765). Red value is 69 (27.34% from 255 or 15.68% from 440); Green value is 125 (49.22% from 255 or 28.41% from 440); Blue value is 246 (96.48% from 255 or 55.91% from 440); Max value from RGB is 246 - color contains mainly: blue. Hex color #457DF6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #457DF6 is #BA8209. Grayscale: #797979. Windows color (decimal): -12222986 or 16153925. OLE color: 16153925.

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

Color convert

RGB 69 125 246 -
CMYK 0.72 0.49 0 0.04
HSL 221.02º 0.91% 0.62% -
HSV(B) 221.02º 0.72% 0.96% -
XYZ 26.42 22.59 90.16 -
YUV 122.05 197.95 90.16 -
System Red Green Blue C M Y K H S L
Decimal 69 125 246 0.72 0.49 0 0.04 221.02 0.91 0.62
Hex 45 7D F6 48 31 0 4 DD 5B 3E
Octal 105 175 366 110 61 0 4 335 133 76
Binary 1000101 1111101 11110110 1001000 110001 0 100 11011101 1011011 111110

Color Harmonies of #457DF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #457DF6

Black with #457DF6

Text Example


Text Example

White with #457DF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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