Html Css Color HEX #2057F7 Royal Blue

📋 copy color: '#2057F7'

red 32 ◦ green 87 ◦ blue 247

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

Shades of Royal Blue #2057F7

Tints of Royal Blue #2057F7

RGB

 RED value IS 32 (12.89% from 255) = 8.74%

 GREEN value IS 87 (34.38% from 255) = 23.77%

 BLUE value IS 247 (96.88% from 255) = 67.49%

R = 8.74%
G = 23.77%
B = 67.49%

CMYK

 C value IS 0.87

 M value IS 0.65

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#2057F7 (or 0x2057F7) is known color: Royal Blue. HEX triplet: 20, 57 and F7. RGB value is (32,87,247). Sum of RGB (Red+Green+Blue) = 32+87+247=366 (48% of max value = 765). Red value is 32 (12.89% from 255 or 8.74% from 366); Green value is 87 (34.38% from 255 or 23.77% from 366); Blue value is 247 (96.88% from 255 or 67.49% from 366); Max value from RGB is 247 - color contains mainly: blue. Hex color #2057F7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2057F7 is #DFA808. Grayscale: #585858. Windows color (decimal): -14657545 or 16209696. OLE color: 16209696.

HSL color Cylindrical-coordinate representation of color #2057F7: hue angle of 224.65º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2057F7 is Cyan = 0.87, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 32 87 247 -
CMYK 0.87 0.65 0 0.03
HSL 224.65º 0.93% 0.55% -
HSV(B) 224.65º 0.87% 0.97% -
XYZ 20.79 13.84 89.57 -
YUV 88.8 217.28 87.49 -
System Red Green Blue C M Y K H S L
Decimal 32 87 247 0.87 0.65 0 0.03 224.65 0.93 0.55
Hex 20 57 F7 57 41 0 3 E1 5D 37
Octal 40 127 367 127 101 0 3 341 135 67
Binary 100000 1010111 11110111 1010111 1000001 0 11 11100001 1011101 110111

Color Harmonies of #2057F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2057F7

Black with #2057F7

Text Example


Text Example

White with #2057F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2057F7; }

 p { color: rgb(32,87,247); }

 H1.HeaderClassName
 {
   color: #2057F7;
 }
 .AnyTagClassName
 {
   color: #2057F7;
 }
</style>

background-color css

<style>
 a { background-color: #2057F7; }

 a { background-color: rgb(32,87,247); }

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

border-color css

<style>
 span { border-color: #2057F7; }

 span { border-color: rgb(32,87,247); }

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