#719DDE

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

Shades of Jordy Blue #719DDE

Tints of Jordy Blue #719DDE

Color information

#719DDE (or 0x719DDE) is unknown color: approx Jordy Blue. HEX triplet: 71, 9D and DE. RGB value is (113,157,222). Sum of RGB (Red+Green+Blue) = 113+157+222=492 (65% of max value = 765). Red value is 113 (44.53% from 255 or 22.97% from 492); Green value is 157 (61.72% from 255 or 31.91% from 492); Blue value is 222 (87.11% from 255 or 45.12% from 492); Max value from RGB is 222 - color contains mainly: blue. Hex color #719DDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #719DDE is #8E6221. Grayscale: #969696. Windows color (decimal): -9331234 or 14589297. OLE color: 14589297.

HSL color Cylindrical-coordinate representation of color #719DDE: hue angle of 215.78º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #719DDE is Cyan = 0.49, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB113157222-
CMYK0.490.2900.13
HSL215.78º62.29%65.69%-
HSV(B)215.78º49.1%87.06%-
XYZ32.0532.973.77-
YUV151.25167.92100.71-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 22.97%
GREEN value IS 157 (61.72% from 255) = 31.91%
BLUE value IS 222 (87.11% from 255) = 45.12%
R=22.97%
G=31.91%
B=45.12%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1131572220.490.2900.13215.7862.2965.69
Hex719DDE311D0Dd83e42
Octal161235336613501533076102
Binary111000110011101110111101100011110101101110110001111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719DDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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