Html Css Color HEX #457DFF Royal Blue

📋 copy color: '#457DFF'

red 69 ◦ green 125 ◦ blue 255

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

Shades of Royal Blue #457DFF

Tints of Royal Blue #457DFF

RGB

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

 GREEN value IS 125 (49.22% from 255) = 27.84%

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

R = 15.37%
G = 27.84%
B = 56.79%

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

#457DFF (or 0x457DFF) is known color: Royal Blue. HEX triplet: 45, 7D and FF. RGB value is (69,125,255). Sum of RGB (Red+Green+Blue) = 69+125+255=449 (59% of max value = 765). Red value is 69 (27.34% from 255 or 15.37% from 449); Green value is 125 (49.22% from 255 or 27.84% from 449); Blue value is 255 (100% from 255 or 56.79% from 449); Max value from RGB is 255 - color contains mainly: blue. Hex color #457DFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #457DFF is #BA8200. Grayscale: #7A7A7A. Windows color (decimal): -12222977 or 16743749. OLE color: 16743749.

HSL color Cylindrical-coordinate representation of color #457DFF: hue angle of 221.94º 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 #457DFF is Cyan = 0.73, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 69 125 255 -
CMYK 0.73 0.51 0 0
HSL 221.94º 1% 0.64% -
HSV(B) 221.94º 0.73% 1% -
XYZ 27.84 23.15 97.61 -
YUV 123.08 202.45 89.43 -
System Red Green Blue C M Y K H S L
Decimal 69 125 255 0.73 0.51 0 0 221.94 1 0.64
Hex 45 7D FF 49 33 0 0 DE 64 40
Octal 105 175 377 111 63 0 0 336 144 100
Binary 1000101 1111101 11111111 1001001 110011 0 0 11011110 1100100 1000000

Color Harmonies of #457DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #457DFF

Black with #457DFF

Text Example


Text Example

White with #457DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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