#719FD0

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

Shades of Jordy Blue #719FD0

Tints of Jordy Blue #719FD0

Color information

#719FD0 (or 0x719FD0) is unknown color: approx Jordy Blue. HEX triplet: 71, 9F and D0. RGB value is (113,159,208). Sum of RGB (Red+Green+Blue) = 113+159+208=480 (63% of max value = 765). Red value is 113 (44.53% from 255 or 23.54% from 480); Green value is 159 (62.5% from 255 or 33.12% from 480); Blue value is 208 (81.64% from 255 or 43.33% from 480); Max value from RGB is 208 - color contains mainly: blue. Hex color #719FD0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #719FD0 is #8E602F. Grayscale: #969696. Windows color (decimal): -9330736 or 13672305. OLE color: 13672305.

HSL color Cylindrical-coordinate representation of color #719FD0: hue angle of 210.95º 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 #719FD0 is Cyan = 0.46, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB113159208-
CMYK0.460.2400.18
HSL210.95º50.26%62.94%-
HSV(B)210.95º45.67%81.57%-
XYZ30.5932.8664.4-
YUV150.83160.26101.02-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 23.54%
GREEN value IS 159 (62.5% from 255) = 33.12%
BLUE value IS 208 (81.64% from 255) = 43.33%
R=23.54%
G=33.12%
B=43.33%

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
Decimal1131592080.460.2400.18210.9550.2662.94
Hex719FD02E18012d3323f
Octal16123732056300223236277
Binary111000110011111110100001011101100001001011010011110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719FD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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