Html Css Color HEX #457CF2 Royal Blue

📋 copy color: '#457CF2'

red 69 ◦ green 124 ◦ blue 242

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

Shades of Royal Blue #457CF2

Tints of Royal Blue #457CF2

RGB

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

 GREEN value IS 124 (48.83% from 255) = 28.51%

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

R = 15.86%
G = 28.51%
B = 55.63%

CMYK

 C value IS 0.71

 M value IS 0.49

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#457CF2 (or 0x457CF2) is known color: Royal Blue. HEX triplet: 45, 7C and F2. RGB value is (69,124,242). Sum of RGB (Red+Green+Blue) = 69+124+242=435 (57% of max value = 765). Red value is 69 (27.34% from 255 or 15.86% from 435); Green value is 124 (48.83% from 255 or 28.51% from 435); Blue value is 242 (94.92% from 255 or 55.63% from 435); Max value from RGB is 242 - color contains mainly: blue. Hex color #457CF2 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #457CF2 is #BA830D. Grayscale: #787878. Windows color (decimal): -12223246 or 15891525. OLE color: 15891525.

HSL color Cylindrical-coordinate representation of color #457CF2: hue angle of 220.92º 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 #457CF2 is Cyan = 0.71, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 69 124 242 -
CMYK 0.71 0.49 0 0.05
HSL 220.92º 0.87% 0.61% -
HSV(B) 220.92º 0.71% 0.95% -
XYZ 25.69 22.09 86.91 -
YUV 121.01 196.28 90.91 -
System Red Green Blue C M Y K H S L
Decimal 69 124 242 0.71 0.49 0 0.05 220.92 0.87 0.61
Hex 45 7C F2 47 31 0 5 DD 57 3D
Octal 105 174 362 107 61 0 5 335 127 75
Binary 1000101 1111100 11110010 1000111 110001 0 101 11011101 1010111 111101

Color Harmonies of #457CF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #457CF2

Black with #457CF2

Text Example


Text Example

White with #457CF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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