Html Css Color HEX #5791FC Cornflower Blue

📋 copy color: '#5791FC'

red 87 ◦ green 145 ◦ blue 252

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

Shades of Cornflower Blue #5791FC

Tints of Cornflower Blue #5791FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 52.07%

R = 17.98%
G = 29.96%
B = 52.07%

CMYK

 C value IS 0.65

 M value IS 0.42

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5791FC (or 0x5791FC) is known color: Cornflower Blue. HEX triplet: 57, 91 and FC. RGB value is (87,145,252). Sum of RGB (Red+Green+Blue) = 87+145+252=484 (64% of max value = 765). Red value is 87 (34.38% from 255 or 17.98% from 484); Green value is 145 (57.03% from 255 or 29.96% from 484); Blue value is 252 (98.83% from 255 or 52.07% from 484); Max value from RGB is 252 - color contains mainly: blue. Hex color #5791FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5791FC is #A86E03. Grayscale: #8B8B8B. Windows color (decimal): -11038212 or 16552279. OLE color: 16552279.

HSL color Cylindrical-coordinate representation of color #5791FC: hue angle of 218.91º degrees, saturation: 0.96, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5791FC is Cyan = 0.65, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 87 145 252 -
CMYK 0.65 0.42 0 0.01
HSL 218.91º 0.96% 0.66% -
HSV(B) 218.91º 0.65% 0.99% -
XYZ 31.63 29.31 96.09 -
YUV 139.86 191.28 90.3 -
System Red Green Blue C M Y K H S L
Decimal 87 145 252 0.65 0.42 0 0.01 218.91 0.96 0.66
Hex 57 91 FC 41 2A 0 1 DB 60 42
Octal 127 221 374 101 52 0 1 333 140 102
Binary 1010111 10010001 11111100 1000001 101010 0 1 11011011 1100000 1000010

Color Harmonies of #5791FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5791FC

Black with #5791FC

Text Example


Text Example

White with #5791FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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