#5C8BF6

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

Shades of Cornflower Blue #5C8BF6

Tints of Cornflower Blue #5C8BF6

Color information

#5C8BF6 (or 0x5C8BF6) is unknown color: approx Cornflower Blue. HEX triplet: 5C, 8B and F6. RGB value is (92,139,246). Sum of RGB (Red+Green+Blue) = 92+139+246=477 (63% of max value = 765). Red value is 92 (36.33% from 255 or 19.29% from 477); Green value is 139 (54.69% from 255 or 29.14% from 477); Blue value is 246 (96.48% from 255 or 51.57% from 477); Max value from RGB is 246 - color contains mainly: blue. Hex color #5C8BF6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5C8BF6 is #A37409. Grayscale: #888888. Windows color (decimal): -10712074 or 16157532. OLE color: 16157532.

HSL color Cylindrical-coordinate representation of color #5C8BF6: hue angle of 221.69º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5C8BF6 is Cyan = 0.63, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB92139246-
CMYK0.630.4300.04
HSL221.69º89.53%66.27%-
HSV(B)221.69º62.6%96.47%-
XYZ30.2827.3990.88-
YUV137.14189.4395.8-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 19.29%
GREEN value IS 139 (54.69% from 255) = 29.14%
BLUE value IS 246 (96.48% from 255) = 51.57%
R=19.29%
G=29.14%
B=51.57%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal921392460.630.4300.04221.6989.5366.27
Hex5C8BF63F2B04de5a42
Octal134213366775304336132102
Binary1011100100010111111011011111110101101001101111010110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C8BF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,139,246); }

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

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

 a { background-color: rgb(92,139,246); }

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

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

 span { border-color: rgb(92,139,246); }

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