#809FDC

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

Shades of Jordy Blue #809FDC

Tints of Jordy Blue #809FDC

Color information

#809FDC (or 0x809FDC) is unknown color: approx Jordy Blue. HEX triplet: 80, 9F and DC. RGB value is (128,159,220). Sum of RGB (Red+Green+Blue) = 128+159+220=507 (67% of max value = 765). Red value is 128 (50.39% from 255 or 25.25% from 507); Green value is 159 (62.5% from 255 or 31.36% from 507); Blue value is 220 (86.33% from 255 or 43.39% from 507); Max value from RGB is 220 - color contains mainly: blue. Hex color #809FDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #809FDC is #7F6023. Grayscale: #9C9C9C. Windows color (decimal): -8347684 or 14458752. OLE color: 14458752.

HSL color Cylindrical-coordinate representation of color #809FDC: hue angle of 219.78º degrees, saturation: 0.57, 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 #809FDC is Cyan = 0.42, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB128159220-
CMYK0.420.2800.14
HSL219.78º56.79%68.24%-
HSV(B)219.78º41.82%86.27%-
XYZ34.2234.5572.58-
YUV156.68163.73107.54-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 25.25%
GREEN value IS 159 (62.5% from 255) = 31.36%
BLUE value IS 220 (86.33% from 255) = 43.39%
R=25.25%
G=31.36%
B=43.39%

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
Decimal1281592200.420.2800.14219.7856.7968.24
Hex809FDC2A1C0Edc3944
Octal200237334523401633471104
Binary1000000010011111110111001010101110001110110111001110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809FDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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