#719AD1

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

Shades of Jordy Blue #719AD1

Tints of Jordy Blue #719AD1

Color information

#719AD1 (or 0x719AD1) is unknown color: approx Jordy Blue. HEX triplet: 71, 9A and D1. RGB value is (113,154,209). Sum of RGB (Red+Green+Blue) = 113+154+209=476 (63% of max value = 765). Red value is 113 (44.53% from 255 or 23.74% from 476); Green value is 154 (60.55% from 255 or 32.35% from 476); Blue value is 209 (82.03% from 255 or 43.91% from 476); Max value from RGB is 209 - color contains mainly: blue. Hex color #719AD1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #719AD1 is #8E652E. Grayscale: #939393. Windows color (decimal): -9332015 or 13736561. OLE color: 13736561.

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

Color convert

RGB113154209-
CMYK0.460.2600.18
HSL214.38º51.06%63.14%-
HSV(B)214.38º45.93%81.96%-
XYZ29.8731.2364.77-
YUV148.01162.42103.03-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 23.74%
GREEN value IS 154 (60.55% from 255) = 32.35%
BLUE value IS 209 (82.03% from 255) = 43.91%
R=23.74%
G=32.35%
B=43.91%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1131542090.460.2600.18214.3851.0663.14
Hex719AD12E1A012d6333f
Octal16123232156320223266377
Binary111000110011010110100011011101101001001011010110110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719AD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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