#719fdc

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

Shades of Jordy Blue #719FDC

Tints of Jordy Blue #719FDC

Color information

#719FDC (or 0x719FDC) is unknown color: approx Jordy Blue. HEX triplet: 71, 9F and DC. RGB value is (113,159,220). Sum of RGB (Red+Green+Blue) = 113+159+220=492 (65% of max value = 765). Red value is 113 (44.53% from 255 or 22.97% from 492); Green value is 159 (62.5% from 255 or 32.32% from 492); Blue value is 220 (86.33% from 255 or 44.72% from 492); Max value from RGB is 220 - color contains mainly: blue. Hex color #719FDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #719FDC is #8E6023. Grayscale: #979797. Windows color (decimal): -9330724 or 14458737. OLE color: 14458737.

HSL color Cylindrical-coordinate representation of color #719FDC: hue angle of 214.21º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #719FDC is Cyan = 0.49, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB113159220-
CMYK0.490.2800.14
HSL214.21º60.45%65.29%-
HSV(B)214.21º48.64%86.27%-
XYZ32.1333.4772.48-
YUV152.2166.26100.04-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 22.97%
GREEN value IS 159 (62.5% from 255) = 32.32%
BLUE value IS 220 (86.33% from 255) = 44.72%
R=22.97%
G=32.32%
B=44.72%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1131592200.490.2800.14214.2160.4565.29
Hex719FDC311C0Ed63c41
Octal161237334613401632674101
Binary111000110011111110111001100011110001110110101101111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719fdc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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