Html Css Color HEX #5688EF Cornflower Blue

📋 copy color: '#5688EF'

red 86 ◦ green 136 ◦ blue 239

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

Shades of Cornflower Blue #5688EF

Tints of Cornflower Blue #5688EF

RGB

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

 GREEN value IS 136 (53.52% from 255) = 29.5%

 BLUE value IS 239 (93.75% from 255) = 51.84%

R = 18.66%
G = 29.5%
B = 51.84%

CMYK

 C value IS 0.64

 M value IS 0.43

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#5688EF (or 0x5688EF) is known color: Cornflower Blue. HEX triplet: 56, 88 and EF. RGB value is (86,136,239). Sum of RGB (Red+Green+Blue) = 86+136+239=461 (61% of max value = 765). Red value is 86 (33.98% from 255 or 18.66% from 461); Green value is 136 (53.52% from 255 or 29.50% from 461); Blue value is 239 (93.75% from 255 or 51.84% from 461); Max value from RGB is 239 - color contains mainly: blue. Hex color #5688EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5688EF is #A97710. Grayscale: #848484. Windows color (decimal): -11106065 or 15698006. OLE color: 15698006.

HSL color Cylindrical-coordinate representation of color #5688EF: hue angle of 220.39º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5688EF is Cyan = 0.64, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 86 136 239 -
CMYK 0.64 0.43 0 0.06
HSL 220.39º 0.83% 0.64% -
HSV(B) 220.39º 0.64% 0.94% -
XYZ 28.22 25.82 85.16 -
YUV 132.79 187.94 94.62 -
System Red Green Blue C M Y K H S L
Decimal 86 136 239 0.64 0.43 0 0.06 220.39 0.83 0.64
Hex 56 88 EF 40 2B 0 6 DC 53 40
Octal 126 210 357 100 53 0 6 334 123 100
Binary 1010110 10001000 11101111 1000000 101011 0 110 11011100 1010011 1000000

Color Harmonies of #5688EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5688EF

Black with #5688EF

Text Example


Text Example

White with #5688EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5688EF; }

 p { color: rgb(86,136,239); }

 H1.HeaderClassName
 {
   color: #5688EF;
 }
 .AnyTagClassName
 {
   color: #5688EF;
 }
</style>

background-color css

<style>
 a { background-color: #5688EF; }

 a { background-color: rgb(86,136,239); }

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

border-color css

<style>
 span { border-color: #5688EF; }

 span { border-color: rgb(86,136,239); }

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