#719ED0

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

Shades of Jordy Blue #719ED0

Tints of Jordy Blue #719ED0

Color information

#719ED0 (or 0x719ED0) is unknown color: approx Jordy Blue. HEX triplet: 71, 9E and D0. RGB value is (113,158,208). Sum of RGB (Red+Green+Blue) = 113+158+208=479 (63% of max value = 765). Red value is 113 (44.53% from 255 or 23.59% from 479); Green value is 158 (62.11% from 255 or 32.99% from 479); Blue value is 208 (81.64% from 255 or 43.42% from 479); Max value from RGB is 208 - color contains mainly: blue. Hex color #719ED0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #719ED0 is #8E612F. Grayscale: #969696. Windows color (decimal): -9330992 or 13672049. OLE color: 13672049.

HSL color Cylindrical-coordinate representation of color #719ED0: hue angle of 211.58º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #719ED0 is Cyan = 0.46, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB113158208-
CMYK0.460.2400.18
HSL211.58º50.26%62.94%-
HSV(B)211.58º45.67%81.57%-
XYZ30.4232.5264.35-
YUV150.24160.59101.43-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 23.59%
GREEN value IS 158 (62.11% from 255) = 32.99%
BLUE value IS 208 (81.64% from 255) = 43.42%
R=23.59%
G=32.99%
B=43.42%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1131582080.460.2400.18211.5850.2662.94
Hex719ED02E18012d4323f
Octal16123632056300223246277
Binary111000110011110110100001011101100001001011010100110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719ED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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