Html Css Color HEX #809EDF Jordy Blue

📋 copy color: '#809EDF'

red 128 ◦ green 158 ◦ blue 223

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

Shades of Jordy Blue #809EDF

Tints of Jordy Blue #809EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 43.81%

R = 25.15%
G = 31.04%
B = 43.81%

CMYK

 C value IS 0.43

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#809EDF (or 0x809EDF) is known color: Jordy Blue. HEX triplet: 80, 9E and DF. RGB value is (128,158,223). Sum of RGB (Red+Green+Blue) = 128+158+223=509 (67% of max value = 765). Red value is 128 (50.39% from 255 or 25.15% from 509); Green value is 158 (62.11% from 255 or 31.04% from 509); Blue value is 223 (87.5% from 255 or 43.81% from 509); Max value from RGB is 223 - color contains mainly: blue. Hex color #809EDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #809EDF is #7F6120. Grayscale: #9C9C9C. Windows color (decimal): -8347937 or 14655104. OLE color: 14655104.

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

Color convert

RGB 128 158 223 -
CMYK 0.43 0.29 0 0.13
HSL 221.05º 0.6% 0.69% -
HSV(B) 221.05º 0.43% 0.87% -
XYZ 34.45 34.37 74.63 -
YUV 156.44 165.56 107.71 -
System Red Green Blue C M Y K H S L
Decimal 128 158 223 0.43 0.29 0 0.13 221.05 0.6 0.69
Hex 80 9E DF 2B 1D 0 D DD 3C 45
Octal 200 236 337 53 35 0 15 335 74 105
Binary 10000000 10011110 11011111 101011 11101 0 1101 11011101 111100 1000101

Color Harmonies of #809EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809EDF

Black with #809EDF

Text Example


Text Example

White with #809EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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