Html Css Color HEX #5791F1 Cornflower Blue

📋 copy color: '#5791F1'

red 87 ◦ green 145 ◦ blue 241

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

Shades of Cornflower Blue #5791F1

Tints of Cornflower Blue #5791F1

RGB

 RED value IS 87 (34.38% from 255) = 18.39%

 GREEN value IS 145 (57.03% from 255) = 30.66%

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

R = 18.39%
G = 30.66%
B = 50.95%

CMYK

 C value IS 0.64

 M value IS 0.40

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#5791F1 (or 0x5791F1) is known color: Cornflower Blue. HEX triplet: 57, 91 and F1. RGB value is (87,145,241). Sum of RGB (Red+Green+Blue) = 87+145+241=473 (62% of max value = 765). Red value is 87 (34.38% from 255 or 18.39% from 473); Green value is 145 (57.03% from 255 or 30.66% from 473); Blue value is 241 (94.53% from 255 or 50.95% from 473); Max value from RGB is 241 - color contains mainly: blue. Hex color #5791F1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5791F1 is #A86E0E. Grayscale: #8A8A8A. Windows color (decimal): -11038223 or 15831383. OLE color: 15831383.

HSL color Cylindrical-coordinate representation of color #5791F1: hue angle of 217.4º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5791F1 is Cyan = 0.64, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 87 145 241 -
CMYK 0.64 0.40 0 0.05
HSL 217.4º 0.85% 0.64% -
HSV(B) 217.4º 0.64% 0.95% -
XYZ 29.93 28.63 87.17 -
YUV 138.6 185.78 91.19 -
System Red Green Blue C M Y K H S L
Decimal 87 145 241 0.64 0.40 0 0.05 217.4 0.85 0.64
Hex 57 91 F1 40 28 0 5 D9 55 40
Octal 127 221 361 100 50 0 5 331 125 100
Binary 1010111 10010001 11110001 1000000 101000 0 101 11011001 1010101 1000000

Color Harmonies of #5791F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5791F1

Black with #5791F1

Text Example


Text Example

White with #5791F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5791F1; }

 p { color: rgb(87,145,241); }

 H1.HeaderClassName
 {
   color: #5791F1;
 }
 .AnyTagClassName
 {
   color: #5791F1;
 }
</style>

background-color css

<style>
 a { background-color: #5791F1; }

 a { background-color: rgb(87,145,241); }

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

border-color css

<style>
 span { border-color: #5791F1; }

 span { border-color: rgb(87,145,241); }

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