#5D94EB

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

Shades of Cornflower Blue #5D94EB

Tints of Cornflower Blue #5D94EB

Color information

#5D94EB (or 0x5D94EB) is unknown color: approx Cornflower Blue. HEX triplet: 5D, 94 and EB. RGB value is (93,148,235). Sum of RGB (Red+Green+Blue) = 93+148+235=476 (63% of max value = 765). Red value is 93 (36.72% from 255 or 19.54% from 476); Green value is 148 (58.20% from 255 or 31.09% from 476); Blue value is 235 (92.19% from 255 or 49.37% from 476); Max value from RGB is 235 - color contains mainly: blue. Hex color #5D94EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5D94EB is #A26B14. Grayscale: #8D8D8D. Windows color (decimal): -10644245 or 15438941. OLE color: 15438941.

HSL color Cylindrical-coordinate representation of color #5D94EB: hue angle of 216.76º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5D94EB is Cyan = 0.60, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB93148235-
CMYK0.600.3700.08
HSL216.76º78.02%64.31%-
HSV(B)216.76º60.43%92.16%-
XYZ30.129.5182.71-
YUV141.47180.7893.43-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 19.54%
GREEN value IS 148 (58.20% from 255) = 31.09%
BLUE value IS 235 (92.19% from 255) = 49.37%
R=19.54%
G=31.09%
B=49.37%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal931482350.600.3700.08216.7678.0264.31
Hex5D94EB3C2508d94e40
Octal1352243537445010331116100
Binary10111011001010011101011111100100101010001101100110011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D94EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,148,235); }

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

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

 a { background-color: rgb(93,148,235); }

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

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

 span { border-color: rgb(93,148,235); }

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