Html Css Color HEX #5780FE Cornflower Blue

📋 copy color: '#5780FE'

red 87 ◦ green 128 ◦ blue 254

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

Shades of Cornflower Blue #5780FE

Tints of Cornflower Blue #5780FE

RGB

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

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

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

R = 18.55%
G = 27.29%
B = 54.16%

CMYK

 C value IS 0.66

 M value IS 0.50

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#5780FE (or 0x5780FE) is known color: Cornflower Blue. HEX triplet: 57, 80 and FE. RGB value is (87,128,254). Sum of RGB (Red+Green+Blue) = 87+128+254=469 (62% of max value = 765). Red value is 87 (34.38% from 255 or 18.55% from 469); Green value is 128 (50.39% from 255 or 27.29% from 469); Blue value is 254 (99.61% from 255 or 54.16% from 469); Max value from RGB is 254 - color contains mainly: blue. Hex color #5780FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5780FE is #A87F01. Grayscale: #818181. Windows color (decimal): -11042562 or 16678999. OLE color: 16678999.

HSL color Cylindrical-coordinate representation of color #5780FE: hue angle of 225.27º 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 #5780FE is Cyan = 0.66, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 87 128 254 -
CMYK 0.66 0.50 0 0.00
HSL 225.27º 0.99% 0.67% -
HSV(B) 225.27º 0.66% 1% -
XYZ 29.54 24.62 96.96 -
YUV 130.11 197.92 97.25 -
System Red Green Blue C M Y K H S L
Decimal 87 128 254 0.66 0.50 0 0.00 225.27 0.99 0.67
Hex 57 80 FE 42 32 0 0 E1 63 43
Octal 127 200 376 102 62 0 0 341 143 103
Binary 1010111 10000000 11111110 1000010 110010 0 0 11100001 1100011 1000011

Color Harmonies of #5780FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5780FE

Black with #5780FE

Text Example


Text Example

White with #5780FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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