Html Css Color HEX #5688F7 Cornflower Blue

📋 copy color: '#5688F7'

red 86 ◦ green 136 ◦ blue 247

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

Shades of Cornflower Blue #5688F7

Tints of Cornflower Blue #5688F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 52.67%

R = 18.34%
G = 29%
B = 52.67%

CMYK

 C value IS 0.65

 M value IS 0.45

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#5688F7 (or 0x5688F7) is known color: Cornflower Blue. HEX triplet: 56, 88 and F7. RGB value is (86,136,247). Sum of RGB (Red+Green+Blue) = 86+136+247=469 (62% of max value = 765). Red value is 86 (33.98% from 255 or 18.34% from 469); Green value is 136 (53.52% from 255 or 29.00% from 469); Blue value is 247 (96.88% from 255 or 52.67% from 469); Max value from RGB is 247 - color contains mainly: blue. Hex color #5688F7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5688F7 is #A97708. Grayscale: #858585. Windows color (decimal): -11106057 or 16222294. OLE color: 16222294.

HSL color Cylindrical-coordinate representation of color #5688F7: hue angle of 221.37º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5688F7 is Cyan = 0.65, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 86 136 247 -
CMYK 0.65 0.45 0 0.03
HSL 221.37º 0.91% 0.65% -
HSV(B) 221.37º 0.65% 0.97% -
XYZ 29.43 26.3 91.52 -
YUV 133.7 191.94 93.97 -
System Red Green Blue C M Y K H S L
Decimal 86 136 247 0.65 0.45 0 0.03 221.37 0.91 0.65
Hex 56 88 F7 41 2D 0 3 DD 5B 41
Octal 126 210 367 101 55 0 3 335 133 101
Binary 1010110 10001000 11110111 1000001 101101 0 11 11011101 1011011 1000001

Color Harmonies of #5688F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5688F7

Black with #5688F7

Text Example


Text Example

White with #5688F7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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