#5DA3EE

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

Shades of Cornflower Blue #5DA3EE

Tints of Cornflower Blue #5DA3EE

Color information

#5DA3EE (or 0x5DA3EE) is unknown color: approx Cornflower Blue. HEX triplet: 5D, A3 and EE. RGB value is (93,163,238). Sum of RGB (Red+Green+Blue) = 93+163+238=494 (65% of max value = 765). Red value is 93 (36.72% from 255 or 18.83% from 494); Green value is 163 (64.06% from 255 or 33.00% from 494); Blue value is 238 (93.36% from 255 or 48.18% from 494); Max value from RGB is 238 - color contains mainly: blue. Hex color #5DA3EE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5DA3EE is #A25C11. Grayscale: #969696. Windows color (decimal): -10640402 or 15639389. OLE color: 15639389.

HSL color Cylindrical-coordinate representation of color #5DA3EE: hue angle of 211.03º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5DA3EE is Cyan = 0.61, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB93163238-
CMYK0.610.3200.07
HSL211.03º81.01%64.9%-
HSV(B)211.03º60.92%93.33%-
XYZ33.0434.6985.84-
YUV150.62177.3186.9-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 18.83%
GREEN value IS 163 (64.06% from 255) = 33.00%
BLUE value IS 238 (93.36% from 255) = 48.18%
R=18.83%
G=33.00%
B=48.18%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal931632380.610.3200.07211.0381.0164.9
Hex5DA3EE3D2007d35141
Octal135243356754007323121101
Binary1011101101000111110111011110110000001111101001110100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DA3EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,163,238); }

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

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

 a { background-color: rgb(93,163,238); }

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

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

 span { border-color: rgb(93,163,238); }

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