#719AD8

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

Shades of Jordy Blue #719AD8

Tints of Jordy Blue #719AD8

Color information

#719AD8 (or 0x719AD8) is unknown color: approx Jordy Blue. HEX triplet: 71, 9A and D8. RGB value is (113,154,216). Sum of RGB (Red+Green+Blue) = 113+154+216=483 (63% of max value = 765). Red value is 113 (44.53% from 255 or 23.40% from 483); Green value is 154 (60.55% from 255 or 31.88% from 483); Blue value is 216 (84.77% from 255 or 44.72% from 483); Max value from RGB is 216 - color contains mainly: blue. Hex color #719AD8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #719AD8 is #8E6527. Grayscale: #949494. Windows color (decimal): -9332008 or 14195313. OLE color: 14195313.

HSL color Cylindrical-coordinate representation of color #719AD8: hue angle of 216.12º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #719AD8 is Cyan = 0.48, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB113154216-
CMYK0.480.2900.15
HSL216.12º56.91%64.51%-
HSV(B)216.12º47.69%84.71%-
XYZ30.7631.5869.44-
YUV148.81165.92102.46-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 23.40%
GREEN value IS 154 (60.55% from 255) = 31.88%
BLUE value IS 216 (84.77% from 255) = 44.72%
R=23.40%
G=31.88%
B=44.72%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1131542160.480.2900.15216.1256.9164.51
Hex719AD8301D0Fd83941
Octal161232330603501733071101
Binary111000110011010110110001100001110101111110110001110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719AD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,154,216); }

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

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

 a { background-color: rgb(113,154,216); }

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

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

 span { border-color: rgb(113,154,216); }

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