Html Css Color HEX #5685FF Cornflower Blue

📋 copy color: '#5685FF'

red 86 ◦ green 133 ◦ blue 255

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

Shades of Cornflower Blue #5685FF

Tints of Cornflower Blue #5685FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 53.8%

R = 18.14%
G = 28.06%
B = 53.8%

CMYK

 C value IS 0.66

 M value IS 0.48

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#5685FF (or 0x5685FF) is known color: Cornflower Blue. HEX triplet: 56, 85 and FF. RGB value is (86,133,255). Sum of RGB (Red+Green+Blue) = 86+133+255=474 (62% of max value = 765). Red value is 86 (33.98% from 255 or 18.14% from 474); Green value is 133 (52.34% from 255 or 28.06% from 474); Blue value is 255 (100% from 255 or 53.80% from 474); Max value from RGB is 255 - color contains mainly: blue. Hex color #5685FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5685FF is #A97A00. Grayscale: #848484. Windows color (decimal): -11106817 or 16745814. OLE color: 16745814.

HSL color Cylindrical-coordinate representation of color #5685FF: hue angle of 223.31º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5685FF is Cyan = 0.66, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 86 133 255 -
CMYK 0.66 0.48 0 0
HSL 223.31º 1% 0.67% -
HSV(B) 223.31º 0.66% 1% -
XYZ 30.28 25.97 98.03 -
YUV 132.86 196.93 94.58 -
System Red Green Blue C M Y K H S L
Decimal 86 133 255 0.66 0.48 0 0 223.31 1 0.67
Hex 56 85 FF 42 30 0 0 DF 64 43
Octal 126 205 377 102 60 0 0 337 144 103
Binary 1010110 10000101 11111111 1000010 110000 0 0 11011111 1100100 1000011

Color Harmonies of #5685FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5685FF

Black with #5685FF

Text Example


Text Example

White with #5685FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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