#5C94DF

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

Shades of Cornflower Blue #5C94DF

Tints of Cornflower Blue #5C94DF

Color information

#5C94DF (or 0x5C94DF) is unknown color: approx Cornflower Blue. HEX triplet: 5C, 94 and DF. RGB value is (92,148,223). Sum of RGB (Red+Green+Blue) = 92+148+223=463 (61% of max value = 765). Red value is 92 (36.33% from 255 or 19.87% from 463); Green value is 148 (58.20% from 255 or 31.97% from 463); Blue value is 223 (87.5% from 255 or 48.16% from 463); Max value from RGB is 223 - color contains mainly: blue. Hex color #5C94DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5C94DF is #A36B20. Grayscale: #8B8B8B. Windows color (decimal): -10709793 or 14652508. OLE color: 14652508.

HSL color Cylindrical-coordinate representation of color #5C94DF: hue angle of 214.35º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5C94DF is Cyan = 0.59, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB92148223-
CMYK0.590.3400.13
HSL214.35º67.18%61.76%-
HSV(B)214.35º58.74%87.45%-
XYZ28.3228.7873.87-
YUV139.81174.9593.9-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 19.87%
GREEN value IS 148 (58.20% from 255) = 31.97%
BLUE value IS 223 (87.5% from 255) = 48.16%
R=19.87%
G=31.97%
B=48.16%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal921482230.590.3400.13214.3567.1861.76
Hex5C94DF3B220Dd6433e
Octal134224337734201532610376
Binary1011100100101001101111111101110001001101110101101000011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C94DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,148,223); }

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

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

 a { background-color: rgb(92,148,223); }

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

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

 span { border-color: rgb(92,148,223); }

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