Html Css Color HEX #457FEC Royal Blue

📋 copy color: '#457FEC'

red 69 ◦ green 127 ◦ blue 236

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

Shades of Royal Blue #457FEC

Tints of Royal Blue #457FEC

RGB

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

 GREEN value IS 127 (50% from 255) = 29.4%

 BLUE value IS 236 (92.58% from 255) = 54.63%

R = 15.97%
G = 29.4%
B = 54.63%

CMYK

 C value IS 0.71

 M value IS 0.46

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#457FEC (or 0x457FEC) is known color: Royal Blue. HEX triplet: 45, 7F and EC. RGB value is (69,127,236). Sum of RGB (Red+Green+Blue) = 69+127+236=432 (57% of max value = 765). Red value is 69 (27.34% from 255 or 15.97% from 432); Green value is 127 (50% from 255 or 29.40% from 432); Blue value is 236 (92.58% from 255 or 54.63% from 432); Max value from RGB is 236 - color contains mainly: blue. Hex color #457FEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #457FEC is #BA8013. Grayscale: #797979. Windows color (decimal): -12222484 or 15499077. OLE color: 15499077.

HSL color Cylindrical-coordinate representation of color #457FEC: hue angle of 219.16º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #457FEC is Cyan = 0.71, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 69 127 236 -
CMYK 0.71 0.46 0 0.07
HSL 219.16º 0.81% 0.6% -
HSV(B) 219.16º 0.71% 0.93% -
XYZ 25.18 22.5 82.37 -
YUV 122.08 192.28 90.14 -
System Red Green Blue C M Y K H S L
Decimal 69 127 236 0.71 0.46 0 0.07 219.16 0.81 0.6
Hex 45 7F EC 47 2E 0 7 DB 51 3C
Octal 105 177 354 107 56 0 7 333 121 74
Binary 1000101 1111111 11101100 1000111 101110 0 111 11011011 1010001 111100

Color Harmonies of #457FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #457FEC

Black with #457FEC

Text Example


Text Example

White with #457FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,127,236); }

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

background-color css

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

 a { background-color: rgb(69,127,236); }

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

border-color css

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

 span { border-color: rgb(69,127,236); }

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