#719DDD

Color #719DDD Jordy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jordy Blue #719DDD

Tints of Jordy Blue #719DDD

Color information

#719DDD (or 0x719DDD) is unknown color: approx Jordy Blue. HEX triplet: 71, 9D and DD. RGB value is (113,157,221). Sum of RGB (Red+Green+Blue) = 113+157+221=491 (65% of max value = 765). Red value is 113 (44.53% from 255 or 23.01% from 491); Green value is 157 (61.72% from 255 or 31.98% from 491); Blue value is 221 (86.72% from 255 or 45.01% from 491); Max value from RGB is 221 - color contains mainly: blue. Hex color #719DDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #719DDD is #8E6222. Grayscale: #969696. Windows color (decimal): -9331235 or 14523761. OLE color: 14523761.

HSL color Cylindrical-coordinate representation of color #719DDD: hue angle of 215.56º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #719DDD is Cyan = 0.49, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB113157221-
CMYK0.490.2900.13
HSL215.56º61.36%65.49%-
HSV(B)215.56º48.87%86.67%-
XYZ31.9232.8573.06-
YUV151.14167.42100.8-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 23.01%
GREEN value IS 157 (61.72% from 255) = 31.98%
BLUE value IS 221 (86.72% from 255) = 45.01%
R=23.01%
G=31.98%
B=45.01%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1131572210.490.2900.13215.5661.3665.49
Hex719DDD311D0Dd83d41
Octal161235335613501533075101
Binary111000110011101110111011100011110101101110110001111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719DDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #719DDD; }

 p { color: rgb(113,157,221); }

 H1.HeaderClassName
 {
   color: #719DDD;
 }
 .AnyTagClassName
 {
   color: #719DDD;
 }
</style>
background-color css

<style>
 a { background-color: #719DDD; }

 a { background-color: rgb(113,157,221); }

 div.DivClassName
 {
   background-color: #719DDD;
 }
 .BgClassName
 {
   background-color: #719DDD;
 }
</style>
border-color css

<style>
 span { border-color: #719DDD; }

 span { border-color: rgb(113,157,221); }

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