Html Css Color HEX #80A2F0 Jordy Blue

📋 copy color: '#80A2F0'

red 128 ◦ green 162 ◦ blue 240

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

Shades of Jordy Blue #80A2F0

Tints of Jordy Blue #80A2F0

RGB

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

 GREEN value IS 162 (63.67% from 255) = 30.57%

 BLUE value IS 240 (94.14% from 255) = 45.28%

R = 24.15%
G = 30.57%
B = 45.28%

CMYK

 C value IS 0.47

 M value IS 0.32

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#80A2F0 (or 0x80A2F0) is known color: Jordy Blue. HEX triplet: 80, A2 and F0. RGB value is (128,162,240). Sum of RGB (Red+Green+Blue) = 128+162+240=530 (70% of max value = 765). Red value is 128 (50.39% from 255 or 24.15% from 530); Green value is 162 (63.67% from 255 or 30.57% from 530); Blue value is 240 (94.14% from 255 or 45.28% from 530); Max value from RGB is 240 - color contains mainly: blue. Hex color #80A2F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #80A2F0 is #7F5D0F. Grayscale: #A0A0A0. Windows color (decimal): -8346896 or 15770240. OLE color: 15770240.

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

Color convert

RGB 128 162 240 -
CMYK 0.47 0.32 0 0.06
HSL 221.79º 0.79% 0.72% -
HSV(B) 221.79º 0.47% 0.94% -
XYZ 37.55 36.72 87.55 -
YUV 160.73 172.74 104.66 -
System Red Green Blue C M Y K H S L
Decimal 128 162 240 0.47 0.32 0 0.06 221.79 0.79 0.72
Hex 80 A2 F0 2F 20 0 6 DE 4F 48
Octal 200 242 360 57 40 0 6 336 117 110
Binary 10000000 10100010 11110000 101111 100000 0 110 11011110 1001111 1001000

Color Harmonies of #80A2F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80A2F0

Black with #80A2F0

Text Example


Text Example

White with #80A2F0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,162,240); }

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

background-color css

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

 a { background-color: rgb(128,162,240); }

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

border-color css

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

 span { border-color: rgb(128,162,240); }

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