Html Css Color HEX #457FF0 Royal Blue

📋 copy color: '#457FF0'

red 69 ◦ green 127 ◦ blue 240

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

Shades of Royal Blue #457FF0

Tints of Royal Blue #457FF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 55.05%

R = 15.83%
G = 29.13%
B = 55.05%

CMYK

 C value IS 0.71

 M value IS 0.47

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#457FF0 (or 0x457FF0) is known color: Royal Blue. HEX triplet: 45, 7F and F0. RGB value is (69,127,240). Sum of RGB (Red+Green+Blue) = 69+127+240=436 (57% of max value = 765). Red value is 69 (27.34% from 255 or 15.83% from 436); Green value is 127 (50% from 255 or 29.13% from 436); Blue value is 240 (94.14% from 255 or 55.05% from 436); Max value from RGB is 240 - color contains mainly: blue. Hex color #457FF0 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #457FF0 is #BA800F. Grayscale: #7A7A7A. Windows color (decimal): -12222480 or 15761221. OLE color: 15761221.

HSL color Cylindrical-coordinate representation of color #457FF0: hue angle of 219.65º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #457FF0 is Cyan = 0.71, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 69 127 240 -
CMYK 0.71 0.47 0 0.06
HSL 219.65º 0.85% 0.61% -
HSV(B) 219.65º 0.71% 0.94% -
XYZ 25.77 22.74 85.47 -
YUV 122.54 194.28 89.81 -
System Red Green Blue C M Y K H S L
Decimal 69 127 240 0.71 0.47 0 0.06 219.65 0.85 0.61
Hex 45 7F F0 47 2F 0 6 DC 55 3D
Octal 105 177 360 107 57 0 6 334 125 75
Binary 1000101 1111111 11110000 1000111 101111 0 110 11011100 1010101 111101

Color Harmonies of #457FF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #457FF0

Black with #457FF0

Text Example


Text Example

White with #457FF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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