Html Css Color HEX #83A4F9 Jordy Blue

📋 copy color: '#83A4F9'

red 131 ◦ green 164 ◦ blue 249

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

Shades of Jordy Blue #83A4F9

Tints of Jordy Blue #83A4F9

RGB

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

 GREEN value IS 164 (64.45% from 255) = 30.15%

 BLUE value IS 249 (97.66% from 255) = 45.77%

R = 24.08%
G = 30.15%
B = 45.77%

CMYK

 C value IS 0.47

 M value IS 0.34

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#83A4F9 (or 0x83A4F9) is known color: Jordy Blue. HEX triplet: 83, A4 and F9. RGB value is (131,164,249). Sum of RGB (Red+Green+Blue) = 131+164+249=544 (72% of max value = 765). Red value is 131 (51.56% from 255 or 24.08% from 544); Green value is 164 (64.45% from 255 or 30.15% from 544); Blue value is 249 (97.66% from 255 or 45.77% from 544); Max value from RGB is 249 - color contains mainly: blue. Hex color #83A4F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #83A4F9 is #7C5B06. Grayscale: #A3A3A3. Windows color (decimal): -8149767 or 16360579. OLE color: 16360579.

HSL color Cylindrical-coordinate representation of color #83A4F9: hue angle of 223.22º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #83A4F9 is Cyan = 0.47, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 131 164 249 -
CMYK 0.47 0.34 0 0.02
HSL 223.22º 0.91% 0.75% -
HSV(B) 223.22º 0.47% 0.98% -
XYZ 39.73 38.22 94.9 -
YUV 163.82 176.07 104.59 -
System Red Green Blue C M Y K H S L
Decimal 131 164 249 0.47 0.34 0 0.02 223.22 0.91 0.75
Hex 83 A4 F9 2F 22 0 2 DF 5B 4B
Octal 203 244 371 57 42 0 2 337 133 113
Binary 10000011 10100100 11111001 101111 100010 0 10 11011111 1011011 1001011

Color Harmonies of #83A4F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83A4F9

Black with #83A4F9

Text Example


Text Example

White with #83A4F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83A4F9; }

 p { color: rgb(131,164,249); }

 H1.HeaderClassName
 {
   color: #83A4F9;
 }
 .AnyTagClassName
 {
   color: #83A4F9;
 }
</style>

background-color css

<style>
 a { background-color: #83A4F9; }

 a { background-color: rgb(131,164,249); }

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

border-color css

<style>
 span { border-color: #83A4F9; }

 span { border-color: rgb(131,164,249); }

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