Html Css Color HEX #719FDD Jordy Blue

📋 copy color: '#719FDD'

red 113 ◦ green 159 ◦ blue 221

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

Shades of Jordy Blue #719FDD

Tints of Jordy Blue #719FDD

RGB

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

 GREEN value IS 159 (62.5% from 255) = 32.25%

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

R = 22.92%
G = 32.25%
B = 44.83%

CMYK

 C value IS 0.49

 M value IS 0.28

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#719FDD (or 0x719FDD) is known color: Jordy Blue. HEX triplet: 71, 9F and DD. RGB value is (113,159,221). Sum of RGB (Red+Green+Blue) = 113+159+221=493 (65% of max value = 765). Red value is 113 (44.53% from 255 or 22.92% from 493); Green value is 159 (62.5% from 255 or 32.25% from 493); Blue value is 221 (86.72% from 255 or 44.83% from 493); Max value from RGB is 221 - color contains mainly: blue. Hex color #719FDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #719FDD is #8E6022. Grayscale: #989898. Windows color (decimal): -9330723 or 14524273. OLE color: 14524273.

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

Color convert

RGB 113 159 221 -
CMYK 0.49 0.28 0 0.13
HSL 214.44º 0.61% 0.65% -
HSV(B) 214.44º 0.49% 0.87% -
XYZ 32.26 33.53 73.18 -
YUV 152.31 166.76 99.96 -
System Red Green Blue C M Y K H S L
Decimal 113 159 221 0.49 0.28 0 0.13 214.44 0.61 0.65
Hex 71 9F DD 31 1C 0 D D6 3D 41
Octal 161 237 335 61 34 0 15 326 75 101
Binary 1110001 10011111 11011101 110001 11100 0 1101 11010110 111101 1000001

Color Harmonies of #719FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719FDD

Black with #719FDD

Text Example


Text Example

White with #719FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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