Html Css Color HEX #457CFB Royal Blue

📋 copy color: '#457CFB'

red 69 ◦ green 124 ◦ blue 251

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

Shades of Royal Blue #457CFB

Tints of Royal Blue #457CFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 56.53%

R = 15.54%
G = 27.93%
B = 56.53%

CMYK

 C value IS 0.73

 M value IS 0.51

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#457CFB (or 0x457CFB) is known color: Royal Blue. HEX triplet: 45, 7C and FB. RGB value is (69,124,251). Sum of RGB (Red+Green+Blue) = 69+124+251=444 (58% of max value = 765). Red value is 69 (27.34% from 255 or 15.54% from 444); Green value is 124 (48.83% from 255 or 27.93% from 444); Blue value is 251 (98.44% from 255 or 56.53% from 444); Max value from RGB is 251 - color contains mainly: blue. Hex color #457CFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #457CFB is #BA8304. Grayscale: #797979. Windows color (decimal): -12223237 or 16481349. OLE color: 16481349.

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

Color convert

RGB 69 124 251 -
CMYK 0.73 0.51 0 0.02
HSL 221.87º 0.96% 0.63% -
HSV(B) 221.87º 0.73% 0.98% -
XYZ 27.07 22.65 94.21 -
YUV 122.03 200.78 90.17 -
System Red Green Blue C M Y K H S L
Decimal 69 124 251 0.73 0.51 0 0.02 221.87 0.96 0.63
Hex 45 7C FB 49 33 0 2 DE 60 3F
Octal 105 174 373 111 63 0 2 336 140 77
Binary 1000101 1111100 11111011 1001001 110011 0 10 11011110 1100000 111111

Color Harmonies of #457CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #457CFB

Black with #457CFB

Text Example


Text Example

White with #457CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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