#5DA0EE

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

Shades of Cornflower Blue #5DA0EE

Tints of Cornflower Blue #5DA0EE

Color information

#5DA0EE (or 0x5DA0EE) is unknown color: approx Cornflower Blue. HEX triplet: 5D, A0 and EE. RGB value is (93,160,238). Sum of RGB (Red+Green+Blue) = 93+160+238=491 (65% of max value = 765). Red value is 93 (36.72% from 255 or 18.94% from 491); Green value is 160 (62.89% from 255 or 32.59% from 491); Blue value is 238 (93.36% from 255 or 48.47% from 491); Max value from RGB is 238 - color contains mainly: blue. Hex color #5DA0EE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5DA0EE is #A25F11. Grayscale: #949494. Windows color (decimal): -10641170 or 15638621. OLE color: 15638621.

HSL color Cylindrical-coordinate representation of color #5DA0EE: hue angle of 212.28º 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 #5DA0EE is Cyan = 0.61, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB93160238-
CMYK0.610.3300.07
HSL212.28º81.01%64.9%-
HSV(B)212.28º60.92%93.33%-
XYZ32.5233.6485.67-
YUV148.86178.388.16-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 18.94%
GREEN value IS 160 (62.89% from 255) = 32.59%
BLUE value IS 238 (93.36% from 255) = 48.47%
R=18.94%
G=32.59%
B=48.47%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal931602380.610.3300.07212.2881.0164.9
Hex5DA0EE3D2107d45141
Octal135240356754107324121101
Binary1011101101000001110111011110110000101111101010010100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DA0EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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