Html Css Color HEX #457CFA Royal Blue

📋 copy color: '#457CFA'

red 69 ◦ green 124 ◦ blue 250

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

Shades of Royal Blue #457CFA

Tints of Royal Blue #457CFA

RGB

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

 GREEN value IS 124 (48.83% from 255) = 27.99%

 BLUE value IS 250 (98.05% from 255) = 56.43%

R = 15.58%
G = 27.99%
B = 56.43%

CMYK

 C value IS 0.72

 M value IS 0.50

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#457CFA (or 0x457CFA) is known color: Royal Blue. HEX triplet: 45, 7C and FA. RGB value is (69,124,250). Sum of RGB (Red+Green+Blue) = 69+124+250=443 (58% of max value = 765). Red value is 69 (27.34% from 255 or 15.58% from 443); Green value is 124 (48.83% from 255 or 27.99% from 443); Blue value is 250 (98.05% from 255 or 56.43% from 443); Max value from RGB is 250 - color contains mainly: blue. Hex color #457CFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #457CFA is #BA8305. Grayscale: #797979. Windows color (decimal): -12223238 or 16415813. OLE color: 16415813.

HSL color Cylindrical-coordinate representation of color #457CFA: hue angle of 221.77º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #457CFA is Cyan = 0.72, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 69 124 250 -
CMYK 0.72 0.50 0 0.02
HSL 221.77º 0.95% 0.63% -
HSV(B) 221.77º 0.72% 0.98% -
XYZ 26.92 22.58 93.38 -
YUV 121.92 200.28 90.25 -
System Red Green Blue C M Y K H S L
Decimal 69 124 250 0.72 0.50 0 0.02 221.77 0.95 0.63
Hex 45 7C FA 48 32 0 2 DE 5F 3F
Octal 105 174 372 110 62 0 2 336 137 77
Binary 1000101 1111100 11111010 1001000 110010 0 10 11011110 1011111 111111

Color Harmonies of #457CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #457CFA

Black with #457CFA

Text Example


Text Example

White with #457CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,124,250); }

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

background-color css

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

 a { background-color: rgb(69,124,250); }

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

border-color css

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

 span { border-color: rgb(69,124,250); }

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