Html Css Color HEX #457DF8 Royal Blue

📋 copy color: '#457DF8'

red 69 ◦ green 125 ◦ blue 248

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

Shades of Royal Blue #457DF8

Tints of Royal Blue #457DF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 56.11%

R = 15.61%
G = 28.28%
B = 56.11%

CMYK

 C value IS 0.72

 M value IS 0.50

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#457DF8 (or 0x457DF8) is known color: Royal Blue. HEX triplet: 45, 7D and F8. RGB value is (69,125,248). Sum of RGB (Red+Green+Blue) = 69+125+248=442 (58% of max value = 765). Red value is 69 (27.34% from 255 or 15.61% from 442); Green value is 125 (49.22% from 255 or 28.28% from 442); Blue value is 248 (97.27% from 255 or 56.11% from 442); Max value from RGB is 248 - color contains mainly: blue. Hex color #457DF8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #457DF8 is #BA8207. Grayscale: #797979. Windows color (decimal): -12222984 or 16284997. OLE color: 16284997.

HSL color Cylindrical-coordinate representation of color #457DF8: hue angle of 221.23º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #457DF8 is Cyan = 0.72, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 69 125 248 -
CMYK 0.72 0.50 0 0.03
HSL 221.23º 0.93% 0.62% -
HSV(B) 221.23º 0.72% 0.97% -
XYZ 26.73 22.71 91.78 -
YUV 122.28 198.95 90 -
System Red Green Blue C M Y K H S L
Decimal 69 125 248 0.72 0.50 0 0.03 221.23 0.93 0.62
Hex 45 7D F8 48 32 0 3 DD 5D 3E
Octal 105 175 370 110 62 0 3 335 135 76
Binary 1000101 1111101 11111000 1001000 110010 0 11 11011101 1011101 111110

Color Harmonies of #457DF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #457DF8

Black with #457DF8

Text Example


Text Example

White with #457DF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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