#839FFA

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

Shades of Jordy Blue #839FFA

Tints of Jordy Blue #839FFA

Color information

#839FFA (or 0x839FFA) is unknown color: approx Jordy Blue. HEX triplet: 83, 9F and FA. RGB value is (131,159,250). Sum of RGB (Red+Green+Blue) = 131+159+250=540 (71% of max value = 765). Red value is 131 (51.56% from 255 or 24.26% from 540); Green value is 159 (62.5% from 255 or 29.44% from 540); Blue value is 250 (98.05% from 255 or 46.30% from 540); Max value from RGB is 250 - color contains mainly: blue. Hex color #839FFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #839FFA is #7C6005. Grayscale: #A0A0A0. Windows color (decimal): -8151046 or 16424835. OLE color: 16424835.

HSL color Cylindrical-coordinate representation of color #839FFA: hue angle of 225.88º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #839FFA is Cyan = 0.48, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB131159250-
CMYK0.480.3600.02
HSL225.88º92.25%74.71%-
HSV(B)225.88º47.6%98.04%-
XYZ39.0136.5295.44-
YUV161178.22106.6-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 24.26%
GREEN value IS 159 (62.5% from 255) = 29.44%
BLUE value IS 250 (98.05% from 255) = 46.30%
R=24.26%
G=29.44%
B=46.30%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1311592500.480.3600.02225.8892.2574.71
Hex839FFA302402e25c4b
Octal203237372604402342134113
Binary1000001110011111111110101100001001000101110001010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #839FFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #839FFA; }

 p { color: rgb(131,159,250); }

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

<style>
 a { background-color: #839FFA; }

 a { background-color: rgb(131,159,250); }

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

<style>
 span { border-color: #839FFA; }

 span { border-color: rgb(131,159,250); }

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