Html Css Color HEX #809EDE Jordy Blue

📋 copy color: '#809EDE'

red 128 ◦ green 158 ◦ blue 222

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

Shades of Jordy Blue #809EDE

Tints of Jordy Blue #809EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 43.7%

R = 25.2%
G = 31.1%
B = 43.7%

CMYK

 C value IS 0.42

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#809EDE (or 0x809EDE) is known color: Jordy Blue. HEX triplet: 80, 9E and DE. RGB value is (128,158,222). Sum of RGB (Red+Green+Blue) = 128+158+222=508 (67% of max value = 765). Red value is 128 (50.39% from 255 or 25.20% from 508); Green value is 158 (62.11% from 255 or 31.10% from 508); Blue value is 222 (87.11% from 255 or 43.70% from 508); Max value from RGB is 222 - color contains mainly: blue. Hex color #809EDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #809EDE is #7F6121. Grayscale: #9C9C9C. Windows color (decimal): -8347938 or 14589568. OLE color: 14589568.

HSL color Cylindrical-coordinate representation of color #809EDE: hue angle of 220.85º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #809EDE is Cyan = 0.42, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 128 158 222 -
CMYK 0.42 0.29 0 0.13
HSL 220.85º 0.59% 0.69% -
HSV(B) 220.85º 0.42% 0.87% -
XYZ 34.31 34.32 73.92 -
YUV 156.33 165.06 107.8 -
System Red Green Blue C M Y K H S L
Decimal 128 158 222 0.42 0.29 0 0.13 220.85 0.59 0.69
Hex 80 9E DE 2A 1D 0 D DD 3B 45
Octal 200 236 336 52 35 0 15 335 73 105
Binary 10000000 10011110 11011110 101010 11101 0 1101 11011101 111011 1000101

Color Harmonies of #809EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809EDE

Black with #809EDE

Text Example


Text Example

White with #809EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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