Html Css Color HEX #5993FA Cornflower Blue

📋 copy color: '#5993FA'

red 89 ◦ green 147 ◦ blue 250

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

Shades of Cornflower Blue #5993FA

Tints of Cornflower Blue #5993FA

RGB

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

 GREEN value IS 147 (57.81% from 255) = 30.25%

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

R = 18.31%
G = 30.25%
B = 51.44%

CMYK

 C value IS 0.64

 M value IS 0.41

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5993FA (or 0x5993FA) is known color: Cornflower Blue. HEX triplet: 59, 93 and FA. RGB value is (89,147,250). Sum of RGB (Red+Green+Blue) = 89+147+250=486 (64% of max value = 765). Red value is 89 (35.16% from 255 or 18.31% from 486); Green value is 147 (57.81% from 255 or 30.25% from 486); Blue value is 250 (98.05% from 255 or 51.44% from 486); Max value from RGB is 250 - color contains mainly: blue. Hex color #5993FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5993FA is #A66C05. Grayscale: #8C8C8C. Windows color (decimal): -10906630 or 16421721. OLE color: 16421721.

HSL color Cylindrical-coordinate representation of color #5993FA: hue angle of 218.39º 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 #5993FA is Cyan = 0.64, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 89 147 250 -
CMYK 0.64 0.41 0 0.02
HSL 218.39º 0.94% 0.66% -
HSV(B) 218.39º 0.64% 0.98% -
XYZ 31.81 29.89 94.54 -
YUV 141.4 189.28 90.62 -
System Red Green Blue C M Y K H S L
Decimal 89 147 250 0.64 0.41 0 0.02 218.39 0.94 0.66
Hex 59 93 FA 40 29 0 2 DA 5E 42
Octal 131 223 372 100 51 0 2 332 136 102
Binary 1011001 10010011 11111010 1000000 101001 0 10 11011010 1011110 1000010

Color Harmonies of #5993FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5993FA

Black with #5993FA

Text Example


Text Example

White with #5993FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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