#5DA5EB

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

Shades of Cornflower Blue #5DA5EB

Tints of Cornflower Blue #5DA5EB

Color information

#5DA5EB (or 0x5DA5EB) is unknown color: approx Cornflower Blue. HEX triplet: 5D, A5 and EB. RGB value is (93,165,235). Sum of RGB (Red+Green+Blue) = 93+165+235=493 (65% of max value = 765). Red value is 93 (36.72% from 255 or 18.86% from 493); Green value is 165 (64.84% from 255 or 33.47% from 493); Blue value is 235 (92.19% from 255 or 47.67% from 493); Max value from RGB is 235 - color contains mainly: blue. Hex color #5DA5EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5DA5EB is #A25A14. Grayscale: #979797. Windows color (decimal): -10639893 or 15443293. OLE color: 15443293.

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

Color convert

RGB93165235-
CMYK0.600.3000.08
HSL209.58º78.02%64.31%-
HSV(B)209.58º60.43%92.16%-
XYZ32.9635.2483.66-
YUV151.45175.1586.31-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 18.86%
GREEN value IS 165 (64.84% from 255) = 33.47%
BLUE value IS 235 (92.19% from 255) = 47.67%
R=18.86%
G=33.47%
B=47.67%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal931652350.600.3000.08209.5878.0264.31
Hex5DA5EB3C1E08d24e40
Octal1352453537436010322116100
Binary1011101101001011110101111110011110010001101001010011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DA5EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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