#5C94F0

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

Shades of Cornflower Blue #5C94F0

Tints of Cornflower Blue #5C94F0

Color information

#5C94F0 (or 0x5C94F0) is unknown color: approx Cornflower Blue. HEX triplet: 5C, 94 and F0. RGB value is (92,148,240). Sum of RGB (Red+Green+Blue) = 92+148+240=480 (63% of max value = 765). Red value is 92 (36.33% from 255 or 19.17% from 480); Green value is 148 (58.20% from 255 or 30.83% from 480); Blue value is 240 (94.14% from 255 or 50% from 480); Max value from RGB is 240 - color contains mainly: blue. Hex color #5C94F0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5C94F0 is #A36B0F. Grayscale: #8D8D8D. Windows color (decimal): -10709776 or 15766620. OLE color: 15766620.

HSL color Cylindrical-coordinate representation of color #5C94F0: hue angle of 217.3º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5C94F0 is Cyan = 0.62, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB92148240-
CMYK0.620.3800.06
HSL217.3º83.15%65.1%-
HSV(B)217.3º61.67%94.12%-
XYZ30.7329.7586.56-
YUV141.74183.4592.52-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 19.17%
GREEN value IS 148 (58.20% from 255) = 30.83%
BLUE value IS 240 (94.14% from 255) = 50%
R=19.17%
G=30.83%
B=50%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal921482400.620.3800.06217.383.1565.1
Hex5C94F03E2606d95341
Octal134224360764606331123101
Binary1011100100101001111000011111010011001101101100110100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C94F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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