Html Css Color HEX #5994FC Cornflower Blue

📋 copy color: '#5994FC'

red 89 ◦ green 148 ◦ blue 252

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

Shades of Cornflower Blue #5994FC

Tints of Cornflower Blue #5994FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 51.53%

R = 18.2%
G = 30.27%
B = 51.53%

CMYK

 C value IS 0.65

 M value IS 0.41

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5994FC (or 0x5994FC) is known color: Cornflower Blue. HEX triplet: 59, 94 and FC. RGB value is (89,148,252). Sum of RGB (Red+Green+Blue) = 89+148+252=489 (64% of max value = 765). Red value is 89 (35.16% from 255 or 18.20% from 489); Green value is 148 (58.20% from 255 or 30.27% from 489); Blue value is 252 (98.83% from 255 or 51.53% from 489); Max value from RGB is 252 - color contains mainly: blue. Hex color #5994FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5994FC is #A66B03. Grayscale: #8D8D8D. Windows color (decimal): -10906372 or 16553049. OLE color: 16553049.

HSL color Cylindrical-coordinate representation of color #5994FC: hue angle of 218.28º degrees, saturation: 0.96, 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 #5994FC is Cyan = 0.65, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 89 148 252 -
CMYK 0.65 0.41 0 0.01
HSL 218.28º 0.96% 0.67% -
HSV(B) 218.28º 0.65% 0.99% -
XYZ 32.28 30.33 96.25 -
YUV 142.22 189.95 90.04 -
System Red Green Blue C M Y K H S L
Decimal 89 148 252 0.65 0.41 0 0.01 218.28 0.96 0.67
Hex 59 94 FC 41 29 0 1 DA 60 43
Octal 131 224 374 101 51 0 1 332 140 103
Binary 1011001 10010100 11111100 1000001 101001 0 1 11011010 1100000 1000011

Color Harmonies of #5994FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5994FC

Black with #5994FC

Text Example


Text Example

White with #5994FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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