#5D9FEF

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

Shades of Cornflower Blue #5D9FEF

Tints of Cornflower Blue #5D9FEF

Color information

#5D9FEF (or 0x5D9FEF) is unknown color: approx Cornflower Blue. HEX triplet: 5D, 9F and EF. RGB value is (93,159,239). Sum of RGB (Red+Green+Blue) = 93+159+239=491 (65% of max value = 765). Red value is 93 (36.72% from 255 or 18.94% from 491); Green value is 159 (62.5% from 255 or 32.38% from 491); Blue value is 239 (93.75% from 255 or 48.68% from 491); Max value from RGB is 239 - color contains mainly: blue. Hex color #5D9FEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5D9FEF is #A26010. Grayscale: #939393. Windows color (decimal): -10641425 or 15703901. OLE color: 15703901.

HSL color Cylindrical-coordinate representation of color #5D9FEF: hue angle of 212.88º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5D9FEF is Cyan = 0.61, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB93159239-
CMYK0.610.3300.06
HSL212.88º82.02%65.1%-
HSV(B)212.88º61.09%93.73%-
XYZ32.4933.3686.39-
YUV148.39179.1388.5-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 18.94%
GREEN value IS 159 (62.5% from 255) = 32.38%
BLUE value IS 239 (93.75% from 255) = 48.68%
R=18.94%
G=32.38%
B=48.68%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal931592390.610.3300.06212.8882.0265.1
Hex5D9FEF3D2106d55241
Octal135237357754106325122101
Binary1011101100111111110111111110110000101101101010110100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D9FEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,159,239); }

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

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

 a { background-color: rgb(93,159,239); }

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

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

 span { border-color: rgb(93,159,239); }

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