#719DD0

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

Shades of Jordy Blue #719DD0

Tints of Jordy Blue #719DD0

Color information

#719DD0 (or 0x719DD0) is unknown color: approx Jordy Blue. HEX triplet: 71, 9D and D0. RGB value is (113,157,208). Sum of RGB (Red+Green+Blue) = 113+157+208=478 (63% of max value = 765). Red value is 113 (44.53% from 255 or 23.64% from 478); Green value is 157 (61.72% from 255 or 32.85% from 478); Blue value is 208 (81.64% from 255 or 43.51% from 478); Max value from RGB is 208 - color contains mainly: blue. Hex color #719DD0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #719DD0 is #8E622F. Grayscale: #959595. Windows color (decimal): -9331248 or 13671793. OLE color: 13671793.

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

Color convert

RGB113157208-
CMYK0.460.2500.18
HSL212.21º50.26%62.94%-
HSV(B)212.21º45.67%81.57%-
XYZ30.2532.1864.29-
YUV149.66160.92101.85-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 23.64%
GREEN value IS 157 (61.72% from 255) = 32.85%
BLUE value IS 208 (81.64% from 255) = 43.51%
R=23.64%
G=32.85%
B=43.51%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1131572080.460.2500.18212.2150.2662.94
Hex719DD02E19012d4323f
Octal16123532056310223246277
Binary111000110011101110100001011101100101001011010100110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719DD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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