#809EDB

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

Shades of Jordy Blue #809EDB

Tints of Jordy Blue #809EDB

Color information

#809EDB (or 0x809EDB) is unknown color: approx Jordy Blue. HEX triplet: 80, 9E and DB. RGB value is (128,158,219). Sum of RGB (Red+Green+Blue) = 128+158+219=505 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.35% from 505); Green value is 158 (62.11% from 255 or 31.29% from 505); Blue value is 219 (85.94% from 255 or 43.37% from 505); Max value from RGB is 219 - color contains mainly: blue. Hex color #809EDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #809EDB is #7F6124. Grayscale: #9B9B9B. Windows color (decimal): -8347941 or 14392960. OLE color: 14392960.

HSL color Cylindrical-coordinate representation of color #809EDB: hue angle of 220.22º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #809EDB is Cyan = 0.42, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB128158219-
CMYK0.420.2800.14
HSL220.22º55.83%68.04%-
HSV(B)220.22º41.55%85.88%-
XYZ33.9234.1671.82-
YUV155.98163.56108.04-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 25.35%
GREEN value IS 158 (62.11% from 255) = 31.29%
BLUE value IS 219 (85.94% from 255) = 43.37%
R=25.35%
G=31.29%
B=43.37%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1281582190.420.2800.14220.2255.8368.04
Hex809EDB2A1C0Edc3844
Octal200236333523401633470104
Binary1000000010011110110110111010101110001110110111001110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809EDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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