#809FF0

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

Shades of Jordy Blue #809FF0

Tints of Jordy Blue #809FF0

Color information

#809FF0 (or 0x809FF0) is unknown color: approx Jordy Blue. HEX triplet: 80, 9F and F0. RGB value is (128,159,240). Sum of RGB (Red+Green+Blue) = 128+159+240=527 (69% of max value = 765). Red value is 128 (50.39% from 255 or 24.29% from 527); Green value is 159 (62.5% from 255 or 30.17% from 527); Blue value is 240 (94.14% from 255 or 45.54% from 527); Max value from RGB is 240 - color contains mainly: blue. Hex color #809FF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #809FF0 is #7F600F. Grayscale: #9E9E9E. Windows color (decimal): -8347664 or 15769472. OLE color: 15769472.

HSL color Cylindrical-coordinate representation of color #809FF0: hue angle of 223.39º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #809FF0 is Cyan = 0.47, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB128159240-
CMYK0.470.3400.06
HSL223.39º78.87%72.16%-
HSV(B)223.39º46.67%94.12%-
XYZ37.0335.6887.37-
YUV158.96173.73105.91-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 24.29%
GREEN value IS 159 (62.5% from 255) = 30.17%
BLUE value IS 240 (94.14% from 255) = 45.54%
R=24.29%
G=30.17%
B=45.54%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1281592400.470.3400.06223.3978.8772.16
Hex809FF02F2206df4f48
Octal200237360574206337117110
Binary10000000100111111111000010111110001001101101111110011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809FF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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