#809ED8

Color #809ED8 Jordy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jordy Blue #809ED8

Tints of Jordy Blue #809ED8

Color information

#809ED8 (or 0x809ED8) is unknown color: approx Jordy Blue. HEX triplet: 80, 9E and D8. RGB value is (128,158,216). Sum of RGB (Red+Green+Blue) = 128+158+216=502 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.50% from 502); Green value is 158 (62.11% from 255 or 31.47% from 502); Blue value is 216 (84.77% from 255 or 43.03% from 502); Max value from RGB is 216 - color contains mainly: blue. Hex color #809ED8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #809ED8 is #7F6127. Grayscale: #9B9B9B. Windows color (decimal): -8347944 or 14196352. OLE color: 14196352.

HSL color Cylindrical-coordinate representation of color #809ED8: hue angle of 219.55º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #809ED8 is Cyan = 0.41, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB128158216-
CMYK0.410.2700.15
HSL219.55º53.01%67.45%-
HSV(B)219.55º40.74%84.71%-
XYZ33.523469.76-
YUV155.64162.06108.28-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 25.50%
GREEN value IS 158 (62.11% from 255) = 31.47%
BLUE value IS 216 (84.77% from 255) = 43.03%
R=25.50%
G=31.47%
B=43.03%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1281582160.410.2700.15219.5553.0167.45
Hex809ED8291B0Fdc3543
Octal200236330513301733465103
Binary1000000010011110110110001010011101101111110111001101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809ED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #809ED8; }

 p { color: rgb(128,158,216); }

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

<style>
 a { background-color: #809ED8; }

 a { background-color: rgb(128,158,216); }

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

<style>
 span { border-color: #809ED8; }

 span { border-color: rgb(128,158,216); }

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