Html Css Color HEX #457EFF Royal Blue

📋 copy color: '#457EFF'

red 69 ◦ green 126 ◦ blue 255

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

Shades of Royal Blue #457EFF

Tints of Royal Blue #457EFF

RGB

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

 GREEN value IS 126 (49.61% from 255) = 28%

 BLUE value IS 255 (100% from 255) = 56.67%

R = 15.33%
G = 28%
B = 56.67%

CMYK

 C value IS 0.73

 M value IS 0.51

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#457EFF (or 0x457EFF) is known color: Royal Blue. HEX triplet: 45, 7E and FF. RGB value is (69,126,255). Sum of RGB (Red+Green+Blue) = 69+126+255=450 (59% of max value = 765). Red value is 69 (27.34% from 255 or 15.33% from 450); Green value is 126 (49.61% from 255 or 28% from 450); Blue value is 255 (100% from 255 or 56.67% from 450); Max value from RGB is 255 - color contains mainly: blue. Hex color #457EFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #457EFF is #BA8100. Grayscale: #7B7B7B. Windows color (decimal): -12222721 or 16744005. OLE color: 16744005.

HSL color Cylindrical-coordinate representation of color #457EFF: hue angle of 221.61º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #457EFF is Cyan = 0.73, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 69 126 255 -
CMYK 0.73 0.51 0 0
HSL 221.61º 1% 0.64% -
HSV(B) 221.61º 0.73% 1% -
XYZ 27.97 23.41 97.65 -
YUV 123.66 202.12 89.01 -
System Red Green Blue C M Y K H S L
Decimal 69 126 255 0.73 0.51 0 0 221.61 1 0.64
Hex 45 7E FF 49 33 0 0 DE 64 40
Octal 105 176 377 111 63 0 0 336 144 100
Binary 1000101 1111110 11111111 1001001 110011 0 0 11011110 1100100 1000000

Color Harmonies of #457EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #457EFF

Black with #457EFF

Text Example


Text Example

White with #457EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,126,255); }

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

background-color css

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

 a { background-color: rgb(69,126,255); }

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

border-color css

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

 span { border-color: rgb(69,126,255); }

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