Html Css Color HEX #5686DE Cornflower Blue

📋 copy color: '#5686DE'

red 86 ◦ green 134 ◦ blue 222

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

Shades of Cornflower Blue #5686DE

Tints of Cornflower Blue #5686DE

RGB

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

 GREEN value IS 134 (52.73% from 255) = 30.32%

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

R = 19.46%
G = 30.32%
B = 50.23%

CMYK

 C value IS 0.61

 M value IS 0.40

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5686DE (or 0x5686DE) is known color: Cornflower Blue. HEX triplet: 56, 86 and DE. RGB value is (86,134,222). Sum of RGB (Red+Green+Blue) = 86+134+222=442 (58% of max value = 765). Red value is 86 (33.98% from 255 or 19.46% from 442); Green value is 134 (52.73% from 255 or 30.32% from 442); Blue value is 222 (87.11% from 255 or 50.23% from 442); Max value from RGB is 222 - color contains mainly: blue. Hex color #5686DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5686DE is #A97921. Grayscale: #818181. Windows color (decimal): -11106594 or 14583382. OLE color: 14583382.

HSL color Cylindrical-coordinate representation of color #5686DE: hue angle of 218.82º 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 #5686DE is Cyan = 0.61, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 86 134 222 -
CMYK 0.61 0.40 0 0.13
HSL 218.82º 0.67% 0.6% -
HSV(B) 218.82º 0.61% 0.87% -
XYZ 25.55 24.3 72.45 -
YUV 129.68 180.1 96.84 -
System Red Green Blue C M Y K H S L
Decimal 86 134 222 0.61 0.40 0 0.13 218.82 0.67 0.6
Hex 56 86 DE 3D 28 0 D DB 43 3C
Octal 126 206 336 75 50 0 15 333 103 74
Binary 1010110 10000110 11011110 111101 101000 0 1101 11011011 1000011 111100

Color Harmonies of #5686DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5686DE

Black with #5686DE

Text Example


Text Example

White with #5686DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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