Html Css Color HEX #809FDC Jordy Blue

📋 copy color: '#809FDC'

red 128 ◦ green 159 ◦ blue 220

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

Shades of Jordy Blue #809FDC

Tints of Jordy Blue #809FDC

RGB

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

 GREEN value IS 159 (62.5% from 255) = 31.36%

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

R = 25.25%
G = 31.36%
B = 43.39%

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

#809FDC (or 0x809FDC) is known color: Jordy Blue. HEX triplet: 80, 9F and DC. RGB value is (128,159,220). Sum of RGB (Red+Green+Blue) = 128+159+220=507 (67% of max value = 765). Red value is 128 (50.39% from 255 or 25.25% from 507); Green value is 159 (62.5% from 255 or 31.36% from 507); Blue value is 220 (86.33% from 255 or 43.39% from 507); Max value from RGB is 220 - color contains mainly: blue. Hex color #809FDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #809FDC is #7F6023. Grayscale: #9C9C9C. Windows color (decimal): -8347684 or 14458752. OLE color: 14458752.

HSL color Cylindrical-coordinate representation of color #809FDC: hue angle of 219.78º 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 #809FDC is Cyan = 0.42, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 128 159 220 -
CMYK 0.42 0.28 0 0.14
HSL 219.78º 0.57% 0.68% -
HSV(B) 219.78º 0.42% 0.86% -
XYZ 34.22 34.55 72.58 -
YUV 156.69 163.73 107.54 -
System Red Green Blue C M Y K H S L
Decimal 128 159 220 0.42 0.28 0 0.14 219.78 0.57 0.68
Hex 80 9F DC 2A 1C 0 E DC 39 44
Octal 200 237 334 52 34 0 16 334 71 104
Binary 10000000 10011111 11011100 101010 11100 0 1110 11011100 111001 1000100

Color Harmonies of #809FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809FDC

Black with #809FDC

Text Example


Text Example

White with #809FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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