Html Css Color HEX #457CFD Royal Blue

📋 copy color: '#457CFD'

red 69 ◦ green 124 ◦ blue 253

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

Shades of Royal Blue #457CFD

Tints of Royal Blue #457CFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 56.73%

R = 15.47%
G = 27.8%
B = 56.73%

CMYK

 C value IS 0.73

 M value IS 0.51

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#457CFD (or 0x457CFD) is known color: Royal Blue. HEX triplet: 45, 7C and FD. RGB value is (69,124,253). Sum of RGB (Red+Green+Blue) = 69+124+253=446 (59% of max value = 765). Red value is 69 (27.34% from 255 or 15.47% from 446); Green value is 124 (48.83% from 255 or 27.80% from 446); Blue value is 253 (99.22% from 255 or 56.73% from 446); Max value from RGB is 253 - color contains mainly: blue. Hex color #457CFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #457CFD is #BA8302. Grayscale: #797979. Windows color (decimal): -12223235 or 16612421. OLE color: 16612421.

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

Color convert

RGB 69 124 253 -
CMYK 0.73 0.51 0 0.01
HSL 222.07º 0.98% 0.63% -
HSV(B) 222.07º 0.73% 0.99% -
XYZ 27.39 22.77 95.88 -
YUV 122.26 201.78 90.01 -
System Red Green Blue C M Y K H S L
Decimal 69 124 253 0.73 0.51 0 0.01 222.07 0.98 0.63
Hex 45 7C FD 49 33 0 1 DE 62 3F
Octal 105 174 375 111 63 0 1 336 142 77
Binary 1000101 1111100 11111101 1001001 110011 0 1 11011110 1100010 111111

Color Harmonies of #457CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #457CFD

Black with #457CFD

Text Example


Text Example

White with #457CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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