Html Css Color HEX #5679FA Cornflower Blue

📋 copy color: '#5679FA'

red 86 ◦ green 121 ◦ blue 250

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

Shades of Cornflower Blue #5679FA

Tints of Cornflower Blue #5679FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 54.7%

R = 18.82%
G = 26.48%
B = 54.7%

CMYK

 C value IS 0.66

 M value IS 0.52

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5679FA (or 0x5679FA) is known color: Cornflower Blue. HEX triplet: 56, 79 and FA. RGB value is (86,121,250). Sum of RGB (Red+Green+Blue) = 86+121+250=457 (60% of max value = 765). Red value is 86 (33.98% from 255 or 18.82% from 457); Green value is 121 (47.66% from 255 or 26.48% from 457); Blue value is 250 (98.05% from 255 or 54.70% from 457); Max value from RGB is 250 - color contains mainly: blue. Hex color #5679FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5679FA is #A98605. Grayscale: #7C7C7C. Windows color (decimal): -11109894 or 16415062. OLE color: 16415062.

HSL color Cylindrical-coordinate representation of color #5679FA: hue angle of 227.2º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5679FA is Cyan = 0.66, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 86 121 250 -
CMYK 0.66 0.52 0 0.02
HSL 227.2º 0.94% 0.66% -
HSV(B) 227.2º 0.66% 0.98% -
XYZ 27.93 22.56 93.32 -
YUV 125.24 198.4 100.01 -
System Red Green Blue C M Y K H S L
Decimal 86 121 250 0.66 0.52 0 0.02 227.2 0.94 0.66
Hex 56 79 FA 42 34 0 2 E3 5E 42
Octal 126 171 372 102 64 0 2 343 136 102
Binary 1010110 1111001 11111010 1000010 110100 0 10 11100011 1011110 1000010

Color Harmonies of #5679FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5679FA

Black with #5679FA

Text Example


Text Example

White with #5679FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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