Html Css Color HEX #839FFB Jordy Blue

📋 copy color: '#839FFB'

red 131 ◦ green 159 ◦ blue 251

#839FFB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jordy Blue #839FFB

Tints of Jordy Blue #839FFB

RGB

 RED value IS 131 (51.56% from 255) = 24.21%

 GREEN value IS 159 (62.5% from 255) = 29.39%

 BLUE value IS 251 (98.44% from 255) = 46.4%

R = 24.21%
G = 29.39%
B = 46.4%

CMYK

 C value IS 0.48

 M value IS 0.37

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#839FFB (or 0x839FFB) is known color: Jordy Blue. HEX triplet: 83, 9F and FB. RGB value is (131,159,251). Sum of RGB (Red+Green+Blue) = 131+159+251=541 (71% of max value = 765). Red value is 131 (51.56% from 255 or 24.21% from 541); Green value is 159 (62.5% from 255 or 29.39% from 541); Blue value is 251 (98.44% from 255 or 46.40% from 541); Max value from RGB is 251 - color contains mainly: blue. Hex color #839FFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #839FFB is #7C6004. Grayscale: #A0A0A0. Windows color (decimal): -8151045 or 16490371. OLE color: 16490371.

HSL color Cylindrical-coordinate representation of color #839FFB: hue angle of 226º degrees, saturation: 0.94, 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 #839FFB is Cyan = 0.48, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 131 159 251 -
CMYK 0.48 0.37 0 0.02
HSL 226º 0.94% 0.75% -
HSV(B) 226º 0.48% 0.98% -
XYZ 39.17 36.59 96.26 -
YUV 161.12 178.72 106.52 -
System Red Green Blue C M Y K H S L
Decimal 131 159 251 0.48 0.37 0 0.02 226 0.94 0.75
Hex 83 9F FB 30 25 0 2 E2 5E 4B
Octal 203 237 373 60 45 0 2 342 136 113
Binary 10000011 10011111 11111011 110000 100101 0 10 11100010 1011110 1001011

Color Harmonies of #839FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #839FFB

Black with #839FFB

Text Example


Text Example

White with #839FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #839FFB;
 }
 .AnyTagClassName
 {
   color: #839FFB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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