#809FF3

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

Shades of Jordy Blue #809FF3

Tints of Jordy Blue #809FF3

Color information

#809FF3 (or 0x809FF3) is unknown color: approx Jordy Blue. HEX triplet: 80, 9F and F3. RGB value is (128,159,243). Sum of RGB (Red+Green+Blue) = 128+159+243=530 (70% of max value = 765). Red value is 128 (50.39% from 255 or 24.15% from 530); Green value is 159 (62.5% from 255 or 30% from 530); Blue value is 243 (95.31% from 255 or 45.85% from 530); Max value from RGB is 243 - color contains mainly: blue. Hex color #809FF3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #809FF3 is #7F600C. Grayscale: #9E9E9E. Windows color (decimal): -8347661 or 15966080. OLE color: 15966080.

HSL color Cylindrical-coordinate representation of color #809FF3: hue angle of 223.83º degrees, saturation: 0.83, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #809FF3 is Cyan = 0.47, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB128159243-
CMYK0.470.3500.05
HSL223.83º82.73%72.75%-
HSV(B)223.83º47.33%95.29%-
XYZ37.4835.8689.74-
YUV159.31175.23105.67-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 24.15%
GREEN value IS 159 (62.5% from 255) = 30%
BLUE value IS 243 (95.31% from 255) = 45.85%
R=24.15%
G=30%
B=45.85%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1281592430.470.3500.05223.8382.7372.75
Hex809FF32F2305e05349
Octal200237363574305340123111
Binary10000000100111111111001110111110001101011110000010100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809FF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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