#809EE9

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

Shades of Jordy Blue #809EE9

Tints of Jordy Blue #809EE9

Color information

#809EE9 (or 0x809EE9) is unknown color: approx Jordy Blue. HEX triplet: 80, 9E and E9. RGB value is (128,158,233). Sum of RGB (Red+Green+Blue) = 128+158+233=519 (68% of max value = 765). Red value is 128 (50.39% from 255 or 24.66% from 519); Green value is 158 (62.11% from 255 or 30.44% from 519); Blue value is 233 (91.41% from 255 or 44.89% from 519); Max value from RGB is 233 - color contains mainly: blue. Hex color #809EE9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #809EE9 is #7F6116. Grayscale: #9D9D9D. Windows color (decimal): -8347927 or 15310464. OLE color: 15310464.

HSL color Cylindrical-coordinate representation of color #809EE9: hue angle of 222.86º degrees, saturation: 0.7, 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 #809EE9 is Cyan = 0.45, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB128158233-
CMYK0.450.3200.09
HSL222.86º70.47%70.78%-
HSV(B)222.86º45.06%91.37%-
XYZ35.8434.9381.94-
YUV157.58170.56106.9-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 24.66%
GREEN value IS 158 (62.11% from 255) = 30.44%
BLUE value IS 233 (91.41% from 255) = 44.89%
R=24.66%
G=30.44%
B=44.89%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1281582330.450.3200.09222.8670.4770.78
Hex809EE92D2009df4647
Octal2002363515540011337106107
Binary100000001001111011101001101101100000010011101111110001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809EE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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