Html Css Color HEX #5680FE Cornflower Blue

📋 copy color: '#5680FE'

red 86 ◦ green 128 ◦ blue 254

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

Shades of Cornflower Blue #5680FE

Tints of Cornflower Blue #5680FE

RGB

 RED value IS 86 (33.98% from 255) = 18.38%

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

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

R = 18.38%
G = 27.35%
B = 54.27%

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

#5680FE (or 0x5680FE) is known color: Cornflower Blue. HEX triplet: 56, 80 and FE. RGB value is (86,128,254). Sum of RGB (Red+Green+Blue) = 86+128+254=468 (61% of max value = 765). Red value is 86 (33.98% from 255 or 18.38% from 468); Green value is 128 (50.39% from 255 or 27.35% from 468); Blue value is 254 (99.61% from 255 or 54.27% from 468); Max value from RGB is 254 - color contains mainly: blue. Hex color #5680FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5680FE is #A97F01. Grayscale: #818181. Windows color (decimal): -11108098 or 16678998. OLE color: 16678998.

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

Color convert

RGB 86 128 254 -
CMYK 0.66 0.50 0 0.00
HSL 225º 0.99% 0.67% -
HSV(B) 225º 0.66% 1% -
XYZ 29.45 24.57 96.96 -
YUV 129.81 198.09 96.75 -
System Red Green Blue C M Y K H S L
Decimal 86 128 254 0.66 0.50 0 0.00 225 0.99 0.67
Hex 56 80 FE 42 32 0 0 E1 63 43
Octal 126 200 376 102 62 0 0 341 143 103
Binary 1010110 10000000 11111110 1000010 110010 0 0 11100001 1100011 1000011

Color Harmonies of #5680FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5680FE

Black with #5680FE

Text Example


Text Example

White with #5680FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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