Html Css Color HEX #719BDD Jordy Blue

📋 copy color: '#719BDD'

red 113 ◦ green 155 ◦ blue 221

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

Shades of Jordy Blue #719BDD

Tints of Jordy Blue #719BDD

RGB

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

 GREEN value IS 155 (60.94% from 255) = 31.7%

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

R = 23.11%
G = 31.7%
B = 45.19%

CMYK

 C value IS 0.49

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#719BDD (or 0x719BDD) is known color: Jordy Blue. HEX triplet: 71, 9B and DD. RGB value is (113,155,221). Sum of RGB (Red+Green+Blue) = 113+155+221=489 (64% of max value = 765). Red value is 113 (44.53% from 255 or 23.11% from 489); Green value is 155 (60.94% from 255 or 31.70% from 489); Blue value is 221 (86.72% from 255 or 45.19% from 489); Max value from RGB is 221 - color contains mainly: blue. Hex color #719BDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #719BDD is #8E6422. Grayscale: #959595. Windows color (decimal): -9331747 or 14523249. OLE color: 14523249.

HSL color Cylindrical-coordinate representation of color #719BDD: hue angle of 216.67º 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 #719BDD is Cyan = 0.49, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 113 155 221 -
CMYK 0.49 0.30 0 0.13
HSL 216.67º 0.61% 0.65% -
HSV(B) 216.67º 0.49% 0.87% -
XYZ 31.58 32.17 72.95 -
YUV 149.97 168.09 101.63 -
System Red Green Blue C M Y K H S L
Decimal 113 155 221 0.49 0.30 0 0.13 216.67 0.61 0.65
Hex 71 9B DD 31 1E 0 D D9 3D 41
Octal 161 233 335 61 36 0 15 331 75 101
Binary 1110001 10011011 11011101 110001 11110 0 1101 11011001 111101 1000001

Color Harmonies of #719BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719BDD

Black with #719BDD

Text Example


Text Example

White with #719BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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