#809FE0

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

Shades of Jordy Blue #809FE0

Tints of Jordy Blue #809FE0

Color information

#809FE0 (or 0x809FE0) is unknown color: approx Jordy Blue. HEX triplet: 80, 9F and E0. RGB value is (128,159,224). Sum of RGB (Red+Green+Blue) = 128+159+224=511 (67% of max value = 765). Red value is 128 (50.39% from 255 or 25.05% from 511); Green value is 159 (62.5% from 255 or 31.12% from 511); Blue value is 224 (87.89% from 255 or 43.84% from 511); Max value from RGB is 224 - color contains mainly: blue. Hex color #809FE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #809FE0 is #7F601F. Grayscale: #9C9C9C. Windows color (decimal): -8347680 or 14720896. OLE color: 14720896.

HSL color Cylindrical-coordinate representation of color #809FE0: hue angle of 220.62º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #809FE0 is Cyan = 0.43, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB128159224-
CMYK0.430.2900.12
HSL220.62º60.76%69.02%-
HSV(B)220.62º42.86%87.84%-
XYZ34.7534.7775.4-
YUV157.14165.73107.21-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 25.05%
GREEN value IS 159 (62.5% from 255) = 31.12%
BLUE value IS 224 (87.89% from 255) = 43.84%
R=25.05%
G=31.12%
B=43.84%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1281592240.430.2900.12220.6260.7669.02
Hex809FE02B1D0Cdd3d45
Octal200237340533501433575105
Binary1000000010011111111000001010111110101100110111011111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809FE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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