Html Css Color HEX #457AF5 Royal Blue

📋 copy color: '#457AF5'

red 69 ◦ green 122 ◦ blue 245

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

Shades of Royal Blue #457AF5

Tints of Royal Blue #457AF5

RGB

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

 GREEN value IS 122 (48.05% from 255) = 27.98%

 BLUE value IS 245 (96.09% from 255) = 56.19%

R = 15.83%
G = 27.98%
B = 56.19%

CMYK

 C value IS 0.72

 M value IS 0.50

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#457AF5 (or 0x457AF5) is known color: Royal Blue. HEX triplet: 45, 7A and F5. RGB value is (69,122,245). Sum of RGB (Red+Green+Blue) = 69+122+245=436 (57% of max value = 765). Red value is 69 (27.34% from 255 or 15.83% from 436); Green value is 122 (48.05% from 255 or 27.98% from 436); Blue value is 245 (96.09% from 255 or 56.19% from 436); Max value from RGB is 245 - color contains mainly: blue. Hex color #457AF5 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #457AF5 is #BA850A. Grayscale: #777777. Windows color (decimal): -12223755 or 16087621. OLE color: 16087621.

HSL color Cylindrical-coordinate representation of color #457AF5: hue angle of 221.93º degrees, saturation: 0.9, 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 #457AF5 is Cyan = 0.72, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 69 122 245 -
CMYK 0.72 0.50 0 0.04
HSL 221.93º 0.9% 0.62% -
HSV(B) 221.93º 0.72% 0.96% -
XYZ 25.9 21.78 89.22 -
YUV 120.18 198.44 91.5 -
System Red Green Blue C M Y K H S L
Decimal 69 122 245 0.72 0.50 0 0.04 221.93 0.9 0.62
Hex 45 7A F5 48 32 0 4 DE 5A 3E
Octal 105 172 365 110 62 0 4 336 132 76
Binary 1000101 1111010 11110101 1001000 110010 0 100 11011110 1011010 111110

Color Harmonies of #457AF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #457AF5

Black with #457AF5

Text Example


Text Example

White with #457AF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,122,245); }

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

background-color css

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

 a { background-color: rgb(69,122,245); }

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

border-color css

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

 span { border-color: rgb(69,122,245); }

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