#809FED

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

Shades of Jordy Blue #809FED

Tints of Jordy Blue #809FED

Color information

#809FED (or 0x809FED) is unknown color: approx Jordy Blue. HEX triplet: 80, 9F and ED. RGB value is (128,159,237). Sum of RGB (Red+Green+Blue) = 128+159+237=524 (69% of max value = 765). Red value is 128 (50.39% from 255 or 24.43% from 524); Green value is 159 (62.5% from 255 or 30.34% from 524); Blue value is 237 (92.97% from 255 or 45.23% from 524); Max value from RGB is 237 - color contains mainly: blue. Hex color #809FED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #809FED is #7F6012. Grayscale: #9E9E9E. Windows color (decimal): -8347667 or 15572864. OLE color: 15572864.

HSL color Cylindrical-coordinate representation of color #809FED: hue angle of 222.94º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #809FED is Cyan = 0.46, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB128159237-
CMYK0.460.3300.07
HSL222.94º75.17%71.57%-
HSV(B)222.94º45.99%92.94%-
XYZ36.5935.585.04-
YUV158.62172.23106.16-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 24.43%
GREEN value IS 159 (62.5% from 255) = 30.34%
BLUE value IS 237 (92.97% from 255) = 45.23%
R=24.43%
G=30.34%
B=45.23%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1281592370.460.3300.07222.9475.1771.57
Hex809FED2E2107df4b48
Octal200237355564107337113110
Binary10000000100111111110110110111010000101111101111110010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809FED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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