Html Css Color HEX #5979FA Cornflower Blue

📋 copy color: '#5979FA'

red 89 ◦ green 121 ◦ blue 250

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

Shades of Cornflower Blue #5979FA

Tints of Cornflower Blue #5979FA

RGB

 RED value IS 89 (35.16% from 255) = 19.35%

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

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

R = 19.35%
G = 26.3%
B = 54.35%

CMYK

 C value IS 0.64

 M value IS 0.52

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5979FA (or 0x5979FA) is known color: Cornflower Blue. HEX triplet: 59, 79 and FA. RGB value is (89,121,250). Sum of RGB (Red+Green+Blue) = 89+121+250=460 (60% of max value = 765). Red value is 89 (35.16% from 255 or 19.35% from 460); Green value is 121 (47.66% from 255 or 26.30% from 460); Blue value is 250 (98.05% from 255 or 54.35% from 460); Max value from RGB is 250 - color contains mainly: blue. Hex color #5979FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5979FA is #A68605. Grayscale: #7D7D7D. Windows color (decimal): -10913286 or 16415065. OLE color: 16415065.

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

Color convert

RGB 89 121 250 -
CMYK 0.64 0.52 0 0.02
HSL 228.07º 0.94% 0.66% -
HSV(B) 228.07º 0.64% 0.98% -
XYZ 28.21 22.7 93.34 -
YUV 126.14 197.9 101.51 -
System Red Green Blue C M Y K H S L
Decimal 89 121 250 0.64 0.52 0 0.02 228.07 0.94 0.66
Hex 59 79 FA 40 34 0 2 E4 5E 42
Octal 131 171 372 100 64 0 2 344 136 102
Binary 1011001 1111001 11111010 1000000 110100 0 10 11100100 1011110 1000010

Color Harmonies of #5979FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5979FA

Black with #5979FA

Text Example


Text Example

White with #5979FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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