Html Css Color HEX #457AF2 Royal Blue

📋 copy color: '#457AF2'

red 69 ◦ green 122 ◦ blue 242

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

Shades of Royal Blue #457AF2

Tints of Royal Blue #457AF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 55.89%

R = 15.94%
G = 28.18%
B = 55.89%

CMYK

 C value IS 0.71

 M value IS 0.50

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#457AF2 (or 0x457AF2) is known color: Royal Blue. HEX triplet: 45, 7A and F2. RGB value is (69,122,242). Sum of RGB (Red+Green+Blue) = 69+122+242=433 (57% of max value = 765). Red value is 69 (27.34% from 255 or 15.94% from 433); Green value is 122 (48.05% from 255 or 28.18% from 433); Blue value is 242 (94.92% from 255 or 55.89% from 433); Max value from RGB is 242 - color contains mainly: blue. Hex color #457AF2 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #457AF2 is #BA850D. Grayscale: #777777. Windows color (decimal): -12223758 or 15891013. OLE color: 15891013.

HSL color Cylindrical-coordinate representation of color #457AF2: hue angle of 221.62º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #457AF2 is Cyan = 0.71, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 69 122 242 -
CMYK 0.71 0.50 0 0.05
HSL 221.62º 0.87% 0.61% -
HSV(B) 221.62º 0.71% 0.95% -
XYZ 25.44 21.6 86.83 -
YUV 119.83 196.94 91.74 -
System Red Green Blue C M Y K H S L
Decimal 69 122 242 0.71 0.50 0 0.05 221.62 0.87 0.61
Hex 45 7A F2 47 32 0 5 DE 57 3D
Octal 105 172 362 107 62 0 5 336 127 75
Binary 1000101 1111010 11110010 1000111 110010 0 101 11011110 1010111 111101

Color Harmonies of #457AF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #457AF2

Black with #457AF2

Text Example


Text Example

White with #457AF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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