Html Css Color HEX #719DDD Jordy Blue

📋 copy color: '#719DDD'

red 113 ◦ green 157 ◦ blue 221

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

Shades of Jordy Blue #719DDD

Tints of Jordy Blue #719DDD

RGB

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

 GREEN value IS 157 (61.72% from 255) = 31.98%

 BLUE value IS 221 (86.72% from 255) = 45.01%

R = 23.01%
G = 31.98%
B = 45.01%

CMYK

 C value IS 0.49

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#719DDD (or 0x719DDD) is known color: Jordy Blue. HEX triplet: 71, 9D and DD. RGB value is (113,157,221). Sum of RGB (Red+Green+Blue) = 113+157+221=491 (65% of max value = 765). Red value is 113 (44.53% from 255 or 23.01% from 491); Green value is 157 (61.72% from 255 or 31.98% from 491); Blue value is 221 (86.72% from 255 or 45.01% from 491); Max value from RGB is 221 - color contains mainly: blue. Hex color #719DDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #719DDD is #8E6222. Grayscale: #969696. Windows color (decimal): -9331235 or 14523761. OLE color: 14523761.

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

Color convert

RGB 113 157 221 -
CMYK 0.49 0.29 0 0.13
HSL 215.56º 0.61% 0.65% -
HSV(B) 215.56º 0.49% 0.87% -
XYZ 31.92 32.85 73.06 -
YUV 151.14 167.42 100.8 -
System Red Green Blue C M Y K H S L
Decimal 113 157 221 0.49 0.29 0 0.13 215.56 0.61 0.65
Hex 71 9D DD 31 1D 0 D D8 3D 41
Octal 161 235 335 61 35 0 15 330 75 101
Binary 1110001 10011101 11011101 110001 11101 0 1101 11011000 111101 1000001

Color Harmonies of #719DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719DDD

Black with #719DDD

Text Example


Text Example

White with #719DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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