Html Css Color HEX #5685F5 Cornflower Blue

📋 copy color: '#5685F5'

red 86 ◦ green 133 ◦ blue 245

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

Shades of Cornflower Blue #5685F5

Tints of Cornflower Blue #5685F5

RGB

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

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

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

R = 18.53%
G = 28.66%
B = 52.8%

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

#5685F5 (or 0x5685F5) is known color: Cornflower Blue. HEX triplet: 56, 85 and F5. RGB value is (86,133,245). Sum of RGB (Red+Green+Blue) = 86+133+245=464 (61% of max value = 765). Red value is 86 (33.98% from 255 or 18.53% from 464); Green value is 133 (52.34% from 255 or 28.66% from 464); Blue value is 245 (96.09% from 255 or 52.80% from 464); Max value from RGB is 245 - color contains mainly: blue. Hex color #5685F5 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5685F5 is #A97A0A. Grayscale: #838383. Windows color (decimal): -11106827 or 16090454. OLE color: 16090454.

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

Color convert

RGB 86 133 245 -
CMYK 0.65 0.46 0 0.04
HSL 222.26º 0.89% 0.65% -
HSV(B) 222.26º 0.65% 0.96% -
XYZ 28.71 25.35 89.77 -
YUV 131.72 191.93 95.39 -
System Red Green Blue C M Y K H S L
Decimal 86 133 245 0.65 0.46 0 0.04 222.26 0.89 0.65
Hex 56 85 F5 41 2E 0 4 DE 59 41
Octal 126 205 365 101 56 0 4 336 131 101
Binary 1010110 10000101 11110101 1000001 101110 0 100 11011110 1011001 1000001

Color Harmonies of #5685F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5685F5

Black with #5685F5

Text Example


Text Example

White with #5685F5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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