Html Css Color HEX #5686F5 Cornflower Blue

📋 copy color: '#5686F5'

red 86 ◦ green 134 ◦ blue 245

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

Shades of Cornflower Blue #5686F5

Tints of Cornflower Blue #5686F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 52.69%

R = 18.49%
G = 28.82%
B = 52.69%

CMYK

 C value IS 0.65

 M value IS 0.45

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#5686F5 (or 0x5686F5) is known color: Cornflower Blue. HEX triplet: 56, 86 and F5. RGB value is (86,134,245). Sum of RGB (Red+Green+Blue) = 86+134+245=465 (61% of max value = 765). Red value is 86 (33.98% from 255 or 18.49% from 465); Green value is 134 (52.73% from 255 or 28.82% from 465); Blue value is 245 (96.09% from 255 or 52.69% from 465); Max value from RGB is 245 - color contains mainly: blue. Hex color #5686F5 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5686F5 is #A9790A. Grayscale: #838383. Windows color (decimal): -11106571 or 16090710. OLE color: 16090710.

HSL color Cylindrical-coordinate representation of color #5686F5: hue angle of 221.89º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5686F5 is Cyan = 0.65, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 86 134 245 -
CMYK 0.65 0.45 0 0.04
HSL 221.89º 0.89% 0.65% -
HSV(B) 221.89º 0.65% 0.96% -
XYZ 28.84 25.62 89.81 -
YUV 132.3 191.6 94.97 -
System Red Green Blue C M Y K H S L
Decimal 86 134 245 0.65 0.45 0 0.04 221.89 0.89 0.65
Hex 56 86 F5 41 2D 0 4 DE 59 41
Octal 126 206 365 101 55 0 4 336 131 101
Binary 1010110 10000110 11110101 1000001 101101 0 100 11011110 1011001 1000001

Color Harmonies of #5686F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5686F5

Black with #5686F5

Text Example


Text Example

White with #5686F5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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