Html Css Color HEX #719DD1 Jordy Blue

📋 copy color: '#719DD1'

red 113 ◦ green 157 ◦ blue 209

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

Shades of Jordy Blue #719DD1

Tints of Jordy Blue #719DD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 43.63%

R = 23.59%
G = 32.78%
B = 43.63%

CMYK

 C value IS 0.46

 M value IS 0.25

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#719DD1 (or 0x719DD1) is known color: Jordy Blue. HEX triplet: 71, 9D and D1. RGB value is (113,157,209). Sum of RGB (Red+Green+Blue) = 113+157+209=479 (63% of max value = 765). Red value is 113 (44.53% from 255 or 23.59% from 479); Green value is 157 (61.72% from 255 or 32.78% from 479); Blue value is 209 (82.03% from 255 or 43.63% from 479); Max value from RGB is 209 - color contains mainly: blue. Hex color #719DD1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #719DD1 is #8E622E. Grayscale: #959595. Windows color (decimal): -9331247 or 13737329. OLE color: 13737329.

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

Color convert

RGB 113 157 209 -
CMYK 0.46 0.25 0 0.18
HSL 212.5º 0.51% 0.63% -
HSV(B) 212.5º 0.46% 0.82% -
XYZ 30.38 32.23 64.94 -
YUV 149.77 161.42 101.77 -
System Red Green Blue C M Y K H S L
Decimal 113 157 209 0.46 0.25 0 0.18 212.5 0.51 0.63
Hex 71 9D D1 2E 19 0 12 D4 33 3F
Octal 161 235 321 56 31 0 22 324 63 77
Binary 1110001 10011101 11010001 101110 11001 0 10010 11010100 110011 111111

Color Harmonies of #719DD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719DD1

Black with #719DD1

Text Example


Text Example

White with #719DD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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