Html Css Color HEX #5685F6 Cornflower Blue

📋 copy color: '#5685F6'

red 86 ◦ green 133 ◦ blue 246

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

Shades of Cornflower Blue #5685F6

Tints of Cornflower Blue #5685F6

RGB

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

 GREEN value IS 133 (52.34% from 255) = 28.6%

 BLUE value IS 246 (96.48% from 255) = 52.9%

R = 18.49%
G = 28.6%
B = 52.9%

CMYK

 C value IS 0.65

 M value IS 0.46

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#5685F6 (or 0x5685F6) is known color: Cornflower Blue. HEX triplet: 56, 85 and F6. RGB value is (86,133,246). Sum of RGB (Red+Green+Blue) = 86+133+246=465 (61% of max value = 765). Red value is 86 (33.98% from 255 or 18.49% from 465); Green value is 133 (52.34% from 255 or 28.60% from 465); Blue value is 246 (96.48% from 255 or 52.90% from 465); Max value from RGB is 246 - color contains mainly: blue. Hex color #5685F6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5685F6 is #A97A09. Grayscale: #838383. Windows color (decimal): -11106826 or 16155990. OLE color: 16155990.

HSL color Cylindrical-coordinate representation of color #5685F6: hue angle of 222.38º degrees, saturation: 0.9, 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 #5685F6 is Cyan = 0.65, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 86 133 246 -
CMYK 0.65 0.46 0 0.04
HSL 222.38º 0.9% 0.65% -
HSV(B) 222.38º 0.65% 0.96% -
XYZ 28.86 25.41 90.57 -
YUV 131.83 192.43 95.31 -
System Red Green Blue C M Y K H S L
Decimal 86 133 246 0.65 0.46 0 0.04 222.38 0.9 0.65
Hex 56 85 F6 41 2E 0 4 DE 5A 41
Octal 126 205 366 101 56 0 4 336 132 101
Binary 1010110 10000101 11110110 1000001 101110 0 100 11011110 1011010 1000001

Color Harmonies of #5685F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5685F6

Black with #5685F6

Text Example


Text Example

White with #5685F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5685F6; }

 p { color: rgb(86,133,246); }

 H1.HeaderClassName
 {
   color: #5685F6;
 }
 .AnyTagClassName
 {
   color: #5685F6;
 }
</style>

background-color css

<style>
 a { background-color: #5685F6; }

 a { background-color: rgb(86,133,246); }

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

border-color css

<style>
 span { border-color: #5685F6; }

 span { border-color: rgb(86,133,246); }

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