Html Css Color HEX #809EDC Jordy Blue

📋 copy color: '#809EDC'

red 128 ◦ green 158 ◦ blue 220

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

Shades of Jordy Blue #809EDC

Tints of Jordy Blue #809EDC

RGB

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

 GREEN value IS 158 (62.11% from 255) = 31.23%

 BLUE value IS 220 (86.33% from 255) = 43.48%

R = 25.3%
G = 31.23%
B = 43.48%

CMYK

 C value IS 0.42

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#809EDC (or 0x809EDC) is known color: Jordy Blue. HEX triplet: 80, 9E and DC. RGB value is (128,158,220). Sum of RGB (Red+Green+Blue) = 128+158+220=506 (67% of max value = 765). Red value is 128 (50.39% from 255 or 25.30% from 506); Green value is 158 (62.11% from 255 or 31.23% from 506); Blue value is 220 (86.33% from 255 or 43.48% from 506); Max value from RGB is 220 - color contains mainly: blue. Hex color #809EDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #809EDC is #7F6123. Grayscale: #9B9B9B. Windows color (decimal): -8347940 or 14458496. OLE color: 14458496.

HSL color Cylindrical-coordinate representation of color #809EDC: hue angle of 220.43º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #809EDC is Cyan = 0.42, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 128 158 220 -
CMYK 0.42 0.28 0 0.14
HSL 220.43º 0.57% 0.68% -
HSV(B) 220.43º 0.42% 0.86% -
XYZ 34.05 34.21 72.52 -
YUV 156.1 164.06 107.96 -
System Red Green Blue C M Y K H S L
Decimal 128 158 220 0.42 0.28 0 0.14 220.43 0.57 0.68
Hex 80 9E DC 2A 1C 0 E DC 39 44
Octal 200 236 334 52 34 0 16 334 71 104
Binary 10000000 10011110 11011100 101010 11100 0 1110 11011100 111001 1000100

Color Harmonies of #809EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809EDC

Black with #809EDC

Text Example


Text Example

White with #809EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #809EDC; }

 p { color: rgb(128,158,220); }

 H1.HeaderClassName
 {
   color: #809EDC;
 }
 .AnyTagClassName
 {
   color: #809EDC;
 }
</style>

background-color css

<style>
 a { background-color: #809EDC; }

 a { background-color: rgb(128,158,220); }

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

border-color css

<style>
 span { border-color: #809EDC; }

 span { border-color: rgb(128,158,220); }

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