Html Css Color HEX #5685F1 Cornflower Blue

📋 copy color: '#5685F1'

red 86 ◦ green 133 ◦ blue 241

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

Shades of Cornflower Blue #5685F1

Tints of Cornflower Blue #5685F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 52.39%

R = 18.7%
G = 28.91%
B = 52.39%

CMYK

 C value IS 0.64

 M value IS 0.45

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#5685F1 (or 0x5685F1) is known color: Cornflower Blue. HEX triplet: 56, 85 and F1. RGB value is (86,133,241). Sum of RGB (Red+Green+Blue) = 86+133+241=460 (60% of max value = 765). Red value is 86 (33.98% from 255 or 18.70% from 460); Green value is 133 (52.34% from 255 or 28.91% from 460); Blue value is 241 (94.53% from 255 or 52.39% from 460); Max value from RGB is 241 - color contains mainly: blue. Hex color #5685F1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5685F1 is #A97A0E. Grayscale: #828282. Windows color (decimal): -11106831 or 15828310. OLE color: 15828310.

HSL color Cylindrical-coordinate representation of color #5685F1: hue angle of 221.81º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5685F1 is Cyan = 0.64, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 86 133 241 -
CMYK 0.64 0.45 0 0.05
HSL 221.81º 0.85% 0.64% -
HSV(B) 221.81º 0.64% 0.95% -
XYZ 28.1 25.1 86.58 -
YUV 131.26 189.93 95.72 -
System Red Green Blue C M Y K H S L
Decimal 86 133 241 0.64 0.45 0 0.05 221.81 0.85 0.64
Hex 56 85 F1 40 2D 0 5 DE 55 40
Octal 126 205 361 100 55 0 5 336 125 100
Binary 1010110 10000101 11110001 1000000 101101 0 101 11011110 1010101 1000000

Color Harmonies of #5685F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5685F1

Black with #5685F1

Text Example


Text Example

White with #5685F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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