Html Css Color HEX #457FEB Royal Blue

📋 copy color: '#457FEB'

red 69 ◦ green 127 ◦ blue 235

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

Shades of Royal Blue #457FEB

Tints of Royal Blue #457FEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 54.52%

R = 16.01%
G = 29.47%
B = 54.52%

CMYK

 C value IS 0.71

 M value IS 0.46

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#457FEB (or 0x457FEB) is known color: Royal Blue. HEX triplet: 45, 7F and EB. RGB value is (69,127,235). Sum of RGB (Red+Green+Blue) = 69+127+235=431 (57% of max value = 765). Red value is 69 (27.34% from 255 or 16.01% from 431); Green value is 127 (50% from 255 or 29.47% from 431); Blue value is 235 (92.19% from 255 or 54.52% from 431); Max value from RGB is 235 - color contains mainly: blue. Hex color #457FEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #457FEB is #BA8014. Grayscale: #797979. Windows color (decimal): -12222485 or 15433541. OLE color: 15433541.

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

Color convert

RGB 69 127 235 -
CMYK 0.71 0.46 0 0.08
HSL 219.04º 0.81% 0.6% -
HSV(B) 219.04º 0.71% 0.92% -
XYZ 25.04 22.44 81.61 -
YUV 121.97 191.78 90.22 -
System Red Green Blue C M Y K H S L
Decimal 69 127 235 0.71 0.46 0 0.08 219.04 0.81 0.6
Hex 45 7F EB 47 2E 0 8 DB 51 3C
Octal 105 177 353 107 56 0 10 333 121 74
Binary 1000101 1111111 11101011 1000111 101110 0 1000 11011011 1010001 111100

Color Harmonies of #457FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #457FEB

Black with #457FEB

Text Example


Text Example

White with #457FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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