#5C9FF7

Color #5C9FF7 Cornflower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cornflower Blue #5C9FF7

Tints of Cornflower Blue #5C9FF7

Color information

#5C9FF7 (or 0x5C9FF7) is unknown color: approx Cornflower Blue. HEX triplet: 5C, 9F and F7. RGB value is (92,159,247). Sum of RGB (Red+Green+Blue) = 92+159+247=498 (65% of max value = 765). Red value is 92 (36.33% from 255 or 18.47% from 498); Green value is 159 (62.5% from 255 or 31.93% from 498); Blue value is 247 (96.88% from 255 or 49.60% from 498); Max value from RGB is 247 - color contains mainly: blue. Hex color #5C9FF7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5C9FF7 is #A36008. Grayscale: #949494. Windows color (decimal): -10706953 or 16228188. OLE color: 16228188.

HSL color Cylindrical-coordinate representation of color #5C9FF7: hue angle of 214.06º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5C9FF7 is Cyan = 0.63, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB92159247-
CMYK0.630.3600.03
HSL214.06º90.64%66.47%-
HSV(B)214.06º62.75%96.86%-
XYZ33.633.7992.75-
YUV149183.387.34-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 18.47%
GREEN value IS 159 (62.5% from 255) = 31.93%
BLUE value IS 247 (96.88% from 255) = 49.60%
R=18.47%
G=31.93%
B=49.60%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal921592470.630.3600.03214.0690.6466.47
Hex5C9FF73F2403d65b42
Octal134237367774403326133102
Binary101110010011111111101111111111001000111101011010110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C9FF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5C9FF7; }

 p { color: rgb(92,159,247); }

 H1.HeaderClassName
 {
   color: #5C9FF7;
 }
 .AnyTagClassName
 {
   color: #5C9FF7;
 }
</style>
background-color css

<style>
 a { background-color: #5C9FF7; }

 a { background-color: rgb(92,159,247); }

 div.DivClassName
 {
   background-color: #5C9FF7;
 }
 .BgClassName
 {
   background-color: #5C9FF7;
 }
</style>
border-color css

<style>
 span { border-color: #5C9FF7; }

 span { border-color: rgb(92,159,247); }

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