Html Css Color HEX #719AD9 Jordy Blue

📋 copy color: '#719AD9'

red 113 ◦ green 154 ◦ blue 217

#719AD9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jordy Blue #719AD9

Tints of Jordy Blue #719AD9

RGB

 RED value IS 113 (44.53% from 255) = 23.35%

 GREEN value IS 154 (60.55% from 255) = 31.82%

 BLUE value IS 217 (85.16% from 255) = 44.83%

R = 23.35%
G = 31.82%
B = 44.83%

CMYK

 C value IS 0.48

 M value IS 0.29

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#719AD9 (or 0x719AD9) is known color: Jordy Blue. HEX triplet: 71, 9A and D9. RGB value is (113,154,217). Sum of RGB (Red+Green+Blue) = 113+154+217=484 (64% of max value = 765). Red value is 113 (44.53% from 255 or 23.35% from 484); Green value is 154 (60.55% from 255 or 31.82% from 484); Blue value is 217 (85.16% from 255 or 44.83% from 484); Max value from RGB is 217 - color contains mainly: blue. Hex color #719AD9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #719AD9 is #8E6526. Grayscale: #949494. Windows color (decimal): -9332007 or 14260849. OLE color: 14260849.

HSL color Cylindrical-coordinate representation of color #719AD9: hue angle of 216.35º degrees, saturation: 0.58, 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 #719AD9 is Cyan = 0.48, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 113 154 217 -
CMYK 0.48 0.29 0 0.15
HSL 216.35º 0.58% 0.65% -
HSV(B) 216.35º 0.48% 0.85% -
XYZ 30.89 31.63 70.12 -
YUV 148.92 166.42 102.38 -
System Red Green Blue C M Y K H S L
Decimal 113 154 217 0.48 0.29 0 0.15 216.35 0.58 0.65
Hex 71 9A D9 30 1D 0 F D8 3A 41
Octal 161 232 331 60 35 0 17 330 72 101
Binary 1110001 10011010 11011001 110000 11101 0 1111 11011000 111010 1000001

Color Harmonies of #719AD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719AD9

Black with #719AD9

Text Example


Text Example

White with #719AD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #719AD9;
 }
 .AnyTagClassName
 {
   color: #719AD9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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