Html Css Color HEX #80A4F1 Jordy Blue

📋 copy color: '#80A4F1'

red 128 ◦ green 164 ◦ blue 241

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

Shades of Jordy Blue #80A4F1

Tints of Jordy Blue #80A4F1

RGB

 RED value IS 128 (50.39% from 255) = 24.02%

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

 BLUE value IS 241 (94.53% from 255) = 45.22%

R = 24.02%
G = 30.77%
B = 45.22%

CMYK

 C value IS 0.47

 M value IS 0.32

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#80A4F1 (or 0x80A4F1) is known color: Jordy Blue. HEX triplet: 80, A4 and F1. RGB value is (128,164,241). Sum of RGB (Red+Green+Blue) = 128+164+241=533 (70% of max value = 765). Red value is 128 (50.39% from 255 or 24.02% from 533); Green value is 164 (64.45% from 255 or 30.77% from 533); Blue value is 241 (94.53% from 255 or 45.22% from 533); Max value from RGB is 241 - color contains mainly: blue. Hex color #80A4F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #80A4F1 is #7F5B0E. Grayscale: #A1A1A1. Windows color (decimal): -8346383 or 15836288. OLE color: 15836288.

HSL color Cylindrical-coordinate representation of color #80A4F1: hue angle of 220.88º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #80A4F1 is Cyan = 0.47, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 128 164 241 -
CMYK 0.47 0.32 0 0.05
HSL 220.89º 0.8% 0.72% -
HSV(B) 220.89º 0.47% 0.95% -
XYZ 38.05 37.49 88.45 -
YUV 162.01 172.57 103.74 -
System Red Green Blue C M Y K H S L
Decimal 128 164 241 0.47 0.32 0 0.05 220.89 0.8 0.72
Hex 80 A4 F1 2F 20 0 5 DD 50 48
Octal 200 244 361 57 40 0 5 335 120 110
Binary 10000000 10100100 11110001 101111 100000 0 101 11011101 1010000 1001000

Color Harmonies of #80A4F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80A4F1

Black with #80A4F1

Text Example


Text Example

White with #80A4F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80A4F1; }

 p { color: rgb(128,164,241); }

 H1.HeaderClassName
 {
   color: #80A4F1;
 }
 .AnyTagClassName
 {
   color: #80A4F1;
 }
</style>

background-color css

<style>
 a { background-color: #80A4F1; }

 a { background-color: rgb(128,164,241); }

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

border-color css

<style>
 span { border-color: #80A4F1; }

 span { border-color: rgb(128,164,241); }

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