Html Css Color HEX #5791FE Cornflower Blue

📋 copy color: '#5791FE'

red 87 ◦ green 145 ◦ blue 254

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

Shades of Cornflower Blue #5791FE

Tints of Cornflower Blue #5791FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 52.26%

R = 17.9%
G = 29.84%
B = 52.26%

CMYK

 C value IS 0.66

 M value IS 0.43

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#5791FE (or 0x5791FE) is known color: Cornflower Blue. HEX triplet: 57, 91 and FE. RGB value is (87,145,254). Sum of RGB (Red+Green+Blue) = 87+145+254=486 (64% of max value = 765). Red value is 87 (34.38% from 255 or 17.90% from 486); Green value is 145 (57.03% from 255 or 29.84% from 486); Blue value is 254 (99.61% from 255 or 52.26% from 486); Max value from RGB is 254 - color contains mainly: blue. Hex color #5791FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5791FE is #A86E01. Grayscale: #8B8B8B. Windows color (decimal): -11038210 or 16683351. OLE color: 16683351.

HSL color Cylindrical-coordinate representation of color #5791FE: hue angle of 219.16º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5791FE is Cyan = 0.66, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 87 145 254 -
CMYK 0.66 0.43 0 0.00
HSL 219.16º 0.99% 0.67% -
HSV(B) 219.16º 0.66% 1% -
XYZ 31.95 29.43 97.76 -
YUV 140.08 192.28 90.14 -
System Red Green Blue C M Y K H S L
Decimal 87 145 254 0.66 0.43 0 0.00 219.16 0.99 0.67
Hex 57 91 FE 42 2B 0 0 DB 63 43
Octal 127 221 376 102 53 0 0 333 143 103
Binary 1010111 10010001 11111110 1000010 101011 0 0 11011011 1100011 1000011

Color Harmonies of #5791FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5791FE

Black with #5791FE

Text Example


Text Example

White with #5791FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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