#719EDE

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

Shades of Jordy Blue #719EDE

Tints of Jordy Blue #719EDE

Color information

#719EDE (or 0x719EDE) is unknown color: approx Jordy Blue. HEX triplet: 71, 9E and DE. RGB value is (113,158,222). Sum of RGB (Red+Green+Blue) = 113+158+222=493 (65% of max value = 765). Red value is 113 (44.53% from 255 or 22.92% from 493); Green value is 158 (62.11% from 255 or 32.05% from 493); Blue value is 222 (87.11% from 255 or 45.03% from 493); Max value from RGB is 222 - color contains mainly: blue. Hex color #719EDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #719EDE is #8E6121. Grayscale: #979797. Windows color (decimal): -9330978 or 14589553. OLE color: 14589553.

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

Color convert

RGB113158222-
CMYK0.490.2900.13
HSL215.23º62.29%65.69%-
HSV(B)215.23º49.1%87.06%-
XYZ32.2233.2473.82-
YUV151.84167.59100.3-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 22.92%
GREEN value IS 158 (62.11% from 255) = 32.05%
BLUE value IS 222 (87.11% from 255) = 45.03%
R=22.92%
G=32.05%
B=45.03%

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
Decimal1131582220.490.2900.13215.2362.2965.69
Hex719EDE311D0Dd73e42
Octal161236336613501532776102
Binary111000110011110110111101100011110101101110101111111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719EDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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