Html Css Color HEX #5679FF Cornflower Blue

📋 copy color: '#5679FF'

red 86 ◦ green 121 ◦ blue 255

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

Shades of Cornflower Blue #5679FF

Tints of Cornflower Blue #5679FF

RGB

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

 GREEN value IS 121 (47.66% from 255) = 26.19%

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

R = 18.61%
G = 26.19%
B = 55.19%

CMYK

 C value IS 0.66

 M value IS 0.53

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#5679FF (or 0x5679FF) is known color: Cornflower Blue. HEX triplet: 56, 79 and FF. RGB value is (86,121,255). Sum of RGB (Red+Green+Blue) = 86+121+255=462 (61% of max value = 765). Red value is 86 (33.98% from 255 or 18.61% from 462); Green value is 121 (47.66% from 255 or 26.19% from 462); Blue value is 255 (100% from 255 or 55.19% from 462); Max value from RGB is 255 - color contains mainly: blue. Hex color #5679FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5679FF is #A98600. Grayscale: #7D7D7D. Windows color (decimal): -11109889 or 16742742. OLE color: 16742742.

HSL color Cylindrical-coordinate representation of color #5679FF: hue angle of 227.57º 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 #5679FF is Cyan = 0.66, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 86 121 255 -
CMYK 0.66 0.53 0 0
HSL 227.57º 1% 0.67% -
HSV(B) 227.57º 0.66% 1% -
XYZ 28.73 22.87 97.51 -
YUV 125.81 200.9 99.6 -
System Red Green Blue C M Y K H S L
Decimal 86 121 255 0.66 0.53 0 0 227.57 1 0.67
Hex 56 79 FF 42 35 0 0 E4 64 43
Octal 126 171 377 102 65 0 0 344 144 103
Binary 1010110 1111001 11111111 1000010 110101 0 0 11100100 1100100 1000011

Color Harmonies of #5679FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5679FF

Black with #5679FF

Text Example


Text Example

White with #5679FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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