Html Css Color HEX #5994EE Cornflower Blue

📋 copy color: '#5994EE'

red 89 ◦ green 148 ◦ blue 238

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

Shades of Cornflower Blue #5994EE

Tints of Cornflower Blue #5994EE

RGB

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

 GREEN value IS 148 (58.2% from 255) = 31.16%

 BLUE value IS 238 (93.36% from 255) = 50.11%

R = 18.74%
G = 31.16%
B = 50.11%

CMYK

 C value IS 0.63

 M value IS 0.38

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5994EE (or 0x5994EE) is known color: Cornflower Blue. HEX triplet: 59, 94 and EE. RGB value is (89,148,238). Sum of RGB (Red+Green+Blue) = 89+148+238=475 (62% of max value = 765). Red value is 89 (35.16% from 255 or 18.74% from 475); Green value is 148 (58.20% from 255 or 31.16% from 475); Blue value is 238 (93.36% from 255 or 50.11% from 475); Max value from RGB is 238 - color contains mainly: blue. Hex color #5994EE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5994EE is #A66B11. Grayscale: #8C8C8C. Windows color (decimal): -10906386 or 15635545. OLE color: 15635545.

HSL color Cylindrical-coordinate representation of color #5994EE: hue angle of 216.24º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5994EE is Cyan = 0.63, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 89 148 238 -
CMYK 0.63 0.38 0 0.07
HSL 216.24º 0.81% 0.64% -
HSV(B) 216.24º 0.63% 0.93% -
XYZ 30.14 29.48 84.99 -
YUV 140.62 182.95 91.18 -
System Red Green Blue C M Y K H S L
Decimal 89 148 238 0.63 0.38 0 0.07 216.24 0.81 0.64
Hex 59 94 EE 3F 26 0 7 D8 51 40
Octal 131 224 356 77 46 0 7 330 121 100
Binary 1011001 10010100 11101110 111111 100110 0 111 11011000 1010001 1000000

Color Harmonies of #5994EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5994EE

Black with #5994EE

Text Example


Text Example

White with #5994EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5994EE; }

 p { color: rgb(89,148,238); }

 H1.HeaderClassName
 {
   color: #5994EE;
 }
 .AnyTagClassName
 {
   color: #5994EE;
 }
</style>

background-color css

<style>
 a { background-color: #5994EE; }

 a { background-color: rgb(89,148,238); }

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

border-color css

<style>
 span { border-color: #5994EE; }

 span { border-color: rgb(89,148,238); }

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