#719FE0

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

Shades of Jordy Blue #719FE0

Tints of Jordy Blue #719FE0

Color information

#719FE0 (or 0x719FE0) is unknown color: approx Jordy Blue. HEX triplet: 71, 9F and E0. RGB value is (113,159,224). Sum of RGB (Red+Green+Blue) = 113+159+224=496 (65% of max value = 765). Red value is 113 (44.53% from 255 or 22.78% from 496); Green value is 159 (62.5% from 255 or 32.06% from 496); Blue value is 224 (87.89% from 255 or 45.16% from 496); Max value from RGB is 224 - color contains mainly: blue. Hex color #719FE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #719FE0 is #8E601F. Grayscale: #989898. Windows color (decimal): -9330720 or 14720881. OLE color: 14720881.

HSL color Cylindrical-coordinate representation of color #719FE0: hue angle of 215.14º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #719FE0 is Cyan = 0.50, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB113159224-
CMYK0.500.2900.12
HSL215.14º64.16%66.08%-
HSV(B)215.14º49.55%87.84%-
XYZ32.6633.6975.3-
YUV152.66168.2699.71-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 22.78%
GREEN value IS 159 (62.5% from 255) = 32.06%
BLUE value IS 224 (87.89% from 255) = 45.16%
R=22.78%
G=32.06%
B=45.16%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1131592240.500.2900.12215.1464.1666.08
Hex719FE0321D0Cd74042
Octal1612373406235014327100102
Binary1110001100111111110000011001011101011001101011110000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719FE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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