Html Css Color HEX #457CF1 Royal Blue

📋 copy color: '#457CF1'

red 69 ◦ green 124 ◦ blue 241

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

Shades of Royal Blue #457CF1

Tints of Royal Blue #457CF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 55.53%

R = 15.9%
G = 28.57%
B = 55.53%

CMYK

 C value IS 0.71

 M value IS 0.49

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#457CF1 (or 0x457CF1) is known color: Royal Blue. HEX triplet: 45, 7C and F1. RGB value is (69,124,241). Sum of RGB (Red+Green+Blue) = 69+124+241=434 (57% of max value = 765). Red value is 69 (27.34% from 255 or 15.90% from 434); Green value is 124 (48.83% from 255 or 28.57% from 434); Blue value is 241 (94.53% from 255 or 55.53% from 434); Max value from RGB is 241 - color contains mainly: blue. Hex color #457CF1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #457CF1 is #BA830E. Grayscale: #787878. Windows color (decimal): -12223247 or 15825989. OLE color: 15825989.

HSL color Cylindrical-coordinate representation of color #457CF1: hue angle of 220.81º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #457CF1 is Cyan = 0.71, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 69 124 241 -
CMYK 0.71 0.49 0 0.05
HSL 220.81º 0.86% 0.61% -
HSV(B) 220.81º 0.71% 0.95% -
XYZ 25.54 22.03 86.13 -
YUV 120.89 195.78 90.99 -
System Red Green Blue C M Y K H S L
Decimal 69 124 241 0.71 0.49 0 0.05 220.81 0.86 0.61
Hex 45 7C F1 47 31 0 5 DD 56 3D
Octal 105 174 361 107 61 0 5 335 126 75
Binary 1000101 1111100 11110001 1000111 110001 0 101 11011101 1010110 111101

Color Harmonies of #457CF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #457CF1

Black with #457CF1

Text Example


Text Example

White with #457CF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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