Html Css Color HEX #5990FD Cornflower Blue

📋 copy color: '#5990FD'

red 89 ◦ green 144 ◦ blue 253

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

Shades of Cornflower Blue #5990FD

Tints of Cornflower Blue #5990FD

RGB

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

 GREEN value IS 144 (56.64% from 255) = 29.63%

 BLUE value IS 253 (99.22% from 255) = 52.06%

R = 18.31%
G = 29.63%
B = 52.06%

CMYK

 C value IS 0.65

 M value IS 0.43

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5990FD (or 0x5990FD) is known color: Cornflower Blue. HEX triplet: 59, 90 and FD. RGB value is (89,144,253). Sum of RGB (Red+Green+Blue) = 89+144+253=486 (64% of max value = 765). Red value is 89 (35.16% from 255 or 18.31% from 486); Green value is 144 (56.64% from 255 or 29.63% from 486); Blue value is 253 (99.22% from 255 or 52.06% from 486); Max value from RGB is 253 - color contains mainly: blue. Hex color #5990FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5990FD is #A66F02. Grayscale: #8B8B8B. Windows color (decimal): -10907395 or 16617561. OLE color: 16617561.

HSL color Cylindrical-coordinate representation of color #5990FD: hue angle of 219.88º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5990FD is Cyan = 0.65, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 89 144 253 -
CMYK 0.65 0.43 0 0.01
HSL 219.88º 0.98% 0.67% -
HSV(B) 219.88º 0.65% 0.99% -
XYZ 31.82 29.16 96.88 -
YUV 139.98 191.78 91.64 -
System Red Green Blue C M Y K H S L
Decimal 89 144 253 0.65 0.43 0 0.01 219.88 0.98 0.67
Hex 59 90 FD 41 2B 0 1 DC 62 43
Octal 131 220 375 101 53 0 1 334 142 103
Binary 1011001 10010000 11111101 1000001 101011 0 1 11011100 1100010 1000011

Color Harmonies of #5990FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5990FD

Black with #5990FD

Text Example


Text Example

White with #5990FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5990FD; }

 p { color: rgb(89,144,253); }

 H1.HeaderClassName
 {
   color: #5990FD;
 }
 .AnyTagClassName
 {
   color: #5990FD;
 }
</style>

background-color css

<style>
 a { background-color: #5990FD; }

 a { background-color: rgb(89,144,253); }

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

border-color css

<style>
 span { border-color: #5990FD; }

 span { border-color: rgb(89,144,253); }

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