#5D93EB

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

Shades of Cornflower Blue #5D93EB

Tints of Cornflower Blue #5D93EB

Color information

#5D93EB (or 0x5D93EB) is unknown color: approx Cornflower Blue. HEX triplet: 5D, 93 and EB. RGB value is (93,147,235). Sum of RGB (Red+Green+Blue) = 93+147+235=475 (62% of max value = 765). Red value is 93 (36.72% from 255 or 19.58% from 475); Green value is 147 (57.81% from 255 or 30.95% from 475); Blue value is 235 (92.19% from 255 or 49.47% from 475); Max value from RGB is 235 - color contains mainly: blue. Hex color #5D93EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5D93EB is #A26C14. Grayscale: #8C8C8C. Windows color (decimal): -10644501 or 15438685. OLE color: 15438685.

HSL color Cylindrical-coordinate representation of color #5D93EB: hue angle of 217.18º 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 #5D93EB is Cyan = 0.60, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB93147235-
CMYK0.600.3700.08
HSL217.18º78.02%64.31%-
HSV(B)217.18º60.43%92.16%-
XYZ29.9429.1982.65-
YUV140.89181.1193.84-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 19.58%
GREEN value IS 147 (57.81% from 255) = 30.95%
BLUE value IS 235 (92.19% from 255) = 49.47%
R=19.58%
G=30.95%
B=49.47%

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
Decimal931472350.600.3700.08217.1878.0264.31
Hex5D93EB3C2508d94e40
Octal1352233537445010331116100
Binary10111011001001111101011111100100101010001101100110011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D93EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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