Html Css Color HEX #809EDD Jordy Blue

📋 copy color: '#809EDD'

red 128 ◦ green 158 ◦ blue 221

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

Shades of Jordy Blue #809EDD

Tints of Jordy Blue #809EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 43.59%

R = 25.25%
G = 31.16%
B = 43.59%

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

#809EDD (or 0x809EDD) is known color: Jordy Blue. HEX triplet: 80, 9E and DD. RGB value is (128,158,221). Sum of RGB (Red+Green+Blue) = 128+158+221=507 (67% of max value = 765). Red value is 128 (50.39% from 255 or 25.25% from 507); Green value is 158 (62.11% from 255 or 31.16% from 507); Blue value is 221 (86.72% from 255 or 43.59% from 507); Max value from RGB is 221 - color contains mainly: blue. Hex color #809EDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #809EDD is #7F6122. Grayscale: #9B9B9B. Windows color (decimal): -8347939 or 14524032. OLE color: 14524032.

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

Color convert

RGB 128 158 221 -
CMYK 0.42 0.29 0 0.13
HSL 220.65º 0.58% 0.68% -
HSV(B) 220.65º 0.42% 0.87% -
XYZ 34.18 34.26 73.22 -
YUV 156.21 164.56 107.88 -
System Red Green Blue C M Y K H S L
Decimal 128 158 221 0.42 0.29 0 0.13 220.65 0.58 0.68
Hex 80 9E DD 2A 1D 0 D DD 3A 44
Octal 200 236 335 52 35 0 15 335 72 104
Binary 10000000 10011110 11011101 101010 11101 0 1101 11011101 111010 1000100

Color Harmonies of #809EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809EDD

Black with #809EDD

Text Example


Text Example

White with #809EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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