Html Css Color HEX #5780FA Cornflower Blue

📋 copy color: '#5780FA'

red 87 ◦ green 128 ◦ blue 250

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

Shades of Cornflower Blue #5780FA

Tints of Cornflower Blue #5780FA

RGB

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

 GREEN value IS 128 (50.39% from 255) = 27.53%

 BLUE value IS 250 (98.05% from 255) = 53.76%

R = 18.71%
G = 27.53%
B = 53.76%

CMYK

 C value IS 0.65

 M value IS 0.49

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5780FA (or 0x5780FA) is known color: Cornflower Blue. HEX triplet: 57, 80 and FA. RGB value is (87,128,250). Sum of RGB (Red+Green+Blue) = 87+128+250=465 (61% of max value = 765). Red value is 87 (34.38% from 255 or 18.71% from 465); Green value is 128 (50.39% from 255 or 27.53% from 465); Blue value is 250 (98.05% from 255 or 53.76% from 465); Max value from RGB is 250 - color contains mainly: blue. Hex color #5780FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5780FA is #A87F05. Grayscale: #818181. Windows color (decimal): -11042566 or 16416855. OLE color: 16416855.

HSL color Cylindrical-coordinate representation of color #5780FA: hue angle of 224.91º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5780FA is Cyan = 0.65, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 87 128 250 -
CMYK 0.65 0.49 0 0.02
HSL 224.91º 0.94% 0.66% -
HSV(B) 224.91º 0.65% 0.98% -
XYZ 28.9 24.37 93.62 -
YUV 129.65 195.92 97.58 -
System Red Green Blue C M Y K H S L
Decimal 87 128 250 0.65 0.49 0 0.02 224.91 0.94 0.66
Hex 57 80 FA 41 31 0 2 E1 5E 42
Octal 127 200 372 101 61 0 2 341 136 102
Binary 1010111 10000000 11111010 1000001 110001 0 10 11100001 1011110 1000010

Color Harmonies of #5780FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5780FA

Black with #5780FA

Text Example


Text Example

White with #5780FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5780FA; }

 p { color: rgb(87,128,250); }

 H1.HeaderClassName
 {
   color: #5780FA;
 }
 .AnyTagClassName
 {
   color: #5780FA;
 }
</style>

background-color css

<style>
 a { background-color: #5780FA; }

 a { background-color: rgb(87,128,250); }

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

border-color css

<style>
 span { border-color: #5780FA; }

 span { border-color: rgb(87,128,250); }

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