Html Css Color HEX #5680DE Cornflower Blue

📋 copy color: '#5680DE'

red 86 ◦ green 128 ◦ blue 222

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

Shades of Cornflower Blue #5680DE

Tints of Cornflower Blue #5680DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 50.92%

R = 19.72%
G = 29.36%
B = 50.92%

CMYK

 C value IS 0.61

 M value IS 0.42

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5680DE (or 0x5680DE) is known color: Cornflower Blue. HEX triplet: 56, 80 and DE. RGB value is (86,128,222). Sum of RGB (Red+Green+Blue) = 86+128+222=436 (57% of max value = 765). Red value is 86 (33.98% from 255 or 19.72% from 436); Green value is 128 (50.39% from 255 or 29.36% from 436); Blue value is 222 (87.11% from 255 or 50.92% from 436); Max value from RGB is 222 - color contains mainly: blue. Hex color #5680DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5680DE is #A97F21. Grayscale: #7D7D7D. Windows color (decimal): -11108130 or 14581846. OLE color: 14581846.

HSL color Cylindrical-coordinate representation of color #5680DE: hue angle of 221.47º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5680DE is Cyan = 0.61, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 86 128 222 -
CMYK 0.61 0.42 0 0.13
HSL 221.47º 0.67% 0.6% -
HSV(B) 221.47º 0.61% 0.87% -
XYZ 24.74 22.69 72.18 -
YUV 126.16 182.09 99.36 -
System Red Green Blue C M Y K H S L
Decimal 86 128 222 0.61 0.42 0 0.13 221.47 0.67 0.6
Hex 56 80 DE 3D 2A 0 D DD 43 3C
Octal 126 200 336 75 52 0 15 335 103 74
Binary 1010110 10000000 11011110 111101 101010 0 1101 11011101 1000011 111100

Color Harmonies of #5680DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5680DE

Black with #5680DE

Text Example


Text Example

White with #5680DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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