#5d7cdf

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

Shades of Cornflower Blue #5D7CDF

Tints of Cornflower Blue #5D7CDF

Color information

#5D7CDF (or 0x5D7CDF) is unknown color: approx Cornflower Blue. HEX triplet: 5D, 7C and DF. RGB value is (93,124,223). Sum of RGB (Red+Green+Blue) = 93+124+223=440 (58% of max value = 765). Red value is 93 (36.72% from 255 or 21.14% from 440); Green value is 124 (48.83% from 255 or 28.18% from 440); Blue value is 223 (87.5% from 255 or 50.68% from 440); Max value from RGB is 223 - color contains mainly: blue. Hex color #5D7CDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D7CDF is #A28320. Grayscale: #7D7D7D. Windows color (decimal): -10650401 or 14646365. OLE color: 14646365.

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

Color convert

RGB93124223-
CMYK0.580.4400.13
HSL225.69º67.01%61.96%-
HSV(B)225.69º58.3%87.45%-
XYZ25.0422.0772.75-
YUV126.02182.73104.45-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 21.14%
GREEN value IS 124 (48.83% from 255) = 28.18%
BLUE value IS 223 (87.5% from 255) = 50.68%
R=21.14%
G=28.18%
B=50.68%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal931242230.580.4400.13225.6967.0161.96
Hex5D7CDF3A2C0De2433e
Octal135174337725401534210376
Binary101110111111001101111111101010110001101111000101000011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5d7cdf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,124,223); }

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

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

 a { background-color: rgb(93,124,223); }

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

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

 span { border-color: rgb(93,124,223); }

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