#809EE1

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

Shades of Jordy Blue #809EE1

Tints of Jordy Blue #809EE1

Color information

#809EE1 (or 0x809EE1) is unknown color: approx Jordy Blue. HEX triplet: 80, 9E and E1. RGB value is (128,158,225). Sum of RGB (Red+Green+Blue) = 128+158+225=511 (67% of max value = 765). Red value is 128 (50.39% from 255 or 25.05% from 511); Green value is 158 (62.11% from 255 or 30.92% from 511); Blue value is 225 (88.28% from 255 or 44.03% from 511); Max value from RGB is 225 - color contains mainly: blue. Hex color #809EE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #809EE1 is #7F611E. Grayscale: #9C9C9C. Windows color (decimal): -8347935 or 14786176. OLE color: 14786176.

HSL color Cylindrical-coordinate representation of color #809EE1: hue angle of 221.44º degrees, saturation: 0.62, 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 #809EE1 is Cyan = 0.43, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB128158225-
CMYK0.430.3000.12
HSL221.44º61.78%69.22%-
HSV(B)221.44º43.11%88.24%-
XYZ34.7234.4876.06-
YUV156.67166.56107.55-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 25.05%
GREEN value IS 158 (62.11% from 255) = 30.92%
BLUE value IS 225 (88.28% from 255) = 44.03%
R=25.05%
G=30.92%
B=44.03%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1281582250.430.3000.12221.4461.7869.22
Hex809EE12B1E0Cdd3e45
Octal200236341533601433576105
Binary1000000010011110111000011010111111001100110111011111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809EE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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