#809FE4

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

Shades of Jordy Blue #809FE4

Tints of Jordy Blue #809FE4

Color information

#809FE4 (or 0x809FE4) is unknown color: approx Jordy Blue. HEX triplet: 80, 9F and E4. RGB value is (128,159,228). Sum of RGB (Red+Green+Blue) = 128+159+228=515 (68% of max value = 765). Red value is 128 (50.39% from 255 or 24.85% from 515); Green value is 159 (62.5% from 255 or 30.87% from 515); Blue value is 228 (89.45% from 255 or 44.27% from 515); Max value from RGB is 228 - color contains mainly: blue. Hex color #809FE4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #809FE4 is #7F601B. Grayscale: #9D9D9D. Windows color (decimal): -8347676 or 14983040. OLE color: 14983040.

HSL color Cylindrical-coordinate representation of color #809FE4: hue angle of 221.4º degrees, saturation: 0.65, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #809FE4 is Cyan = 0.44, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB128159228-
CMYK0.440.3000.11
HSL221.4º64.94%69.8%-
HSV(B)221.4º43.86%89.41%-
XYZ35.334.9978.29-
YUV157.6167.73106.89-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 24.85%
GREEN value IS 159 (62.5% from 255) = 30.87%
BLUE value IS 228 (89.45% from 255) = 44.27%
R=24.85%
G=30.87%
B=44.27%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1281592280.440.3000.11221.464.9469.8
Hex809FE42C1E0Bdd4146
Octal2002373445436013335101106
Binary10000000100111111110010010110011110010111101110110000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809FE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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