#809FE8

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

Shades of Jordy Blue #809FE8

Tints of Jordy Blue #809FE8

Color information

#809FE8 (or 0x809FE8) is unknown color: approx Jordy Blue. HEX triplet: 80, 9F and E8. RGB value is (128,159,232). Sum of RGB (Red+Green+Blue) = 128+159+232=519 (68% of max value = 765). Red value is 128 (50.39% from 255 or 24.66% from 519); Green value is 159 (62.5% from 255 or 30.64% from 519); Blue value is 232 (91.02% from 255 or 44.70% from 519); Max value from RGB is 232 - color contains mainly: blue. Hex color #809FE8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #809FE8 is #7F6017. Grayscale: #9D9D9D. Windows color (decimal): -8347672 or 15245184. OLE color: 15245184.

HSL color Cylindrical-coordinate representation of color #809FE8: hue angle of 222.12º degrees, saturation: 0.69, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #809FE8 is Cyan = 0.45, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB128159232-
CMYK0.450.3100.09
HSL222.12º69.33%70.59%-
HSV(B)222.12º44.83%90.98%-
XYZ35.8735.2181.25-
YUV158.05169.73106.56-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 24.66%
GREEN value IS 159 (62.5% from 255) = 30.64%
BLUE value IS 232 (91.02% from 255) = 44.70%
R=24.66%
G=30.64%
B=44.70%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1281592320.450.3100.09222.1269.3370.59
Hex809FE82D1F09de4547
Octal2002373505537011336105107
Binary10000000100111111110100010110111111010011101111010001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809FE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,159,232); }

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

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

 a { background-color: rgb(128,159,232); }

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

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

 span { border-color: rgb(128,159,232); }

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