Html Css Color HEX #5685FE Cornflower Blue

📋 copy color: '#5685FE'

red 86 ◦ green 133 ◦ blue 254

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

Shades of Cornflower Blue #5685FE

Tints of Cornflower Blue #5685FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 53.7%

R = 18.18%
G = 28.12%
B = 53.7%

CMYK

 C value IS 0.66

 M value IS 0.48

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#5685FE (or 0x5685FE) is known color: Cornflower Blue. HEX triplet: 56, 85 and FE. RGB value is (86,133,254). Sum of RGB (Red+Green+Blue) = 86+133+254=473 (62% of max value = 765). Red value is 86 (33.98% from 255 or 18.18% from 473); Green value is 133 (52.34% from 255 or 28.12% from 473); Blue value is 254 (99.61% from 255 or 53.70% from 473); Max value from RGB is 254 - color contains mainly: blue. Hex color #5685FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5685FE is #A97A01. Grayscale: #848484. Windows color (decimal): -11106818 or 16680278. OLE color: 16680278.

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

Color convert

RGB 86 133 254 -
CMYK 0.66 0.48 0 0.00
HSL 223.21º 0.99% 0.67% -
HSV(B) 223.21º 0.66% 1% -
XYZ 30.11 25.91 97.18 -
YUV 132.74 196.43 94.66 -
System Red Green Blue C M Y K H S L
Decimal 86 133 254 0.66 0.48 0 0.00 223.21 0.99 0.67
Hex 56 85 FE 42 30 0 0 DF 63 43
Octal 126 205 376 102 60 0 0 337 143 103
Binary 1010110 10000101 11111110 1000010 110000 0 0 11011111 1100011 1000011

Color Harmonies of #5685FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5685FE

Black with #5685FE

Text Example


Text Example

White with #5685FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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