Html Css Color HEX #719DD6 Jordy Blue

📋 copy color: '#719DD6'

red 113 ◦ green 157 ◦ blue 214

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

Shades of Jordy Blue #719DD6

Tints of Jordy Blue #719DD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 44.21%

R = 23.35%
G = 32.44%
B = 44.21%

CMYK

 C value IS 0.47

 M value IS 0.27

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#719DD6 (or 0x719DD6) is known color: Jordy Blue. HEX triplet: 71, 9D and D6. RGB value is (113,157,214). Sum of RGB (Red+Green+Blue) = 113+157+214=484 (64% of max value = 765). Red value is 113 (44.53% from 255 or 23.35% from 484); Green value is 157 (61.72% from 255 or 32.44% from 484); Blue value is 214 (83.98% from 255 or 44.21% from 484); Max value from RGB is 214 - color contains mainly: blue. Hex color #719DD6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #719DD6 is #8E6229. Grayscale: #969696. Windows color (decimal): -9331242 or 14065009. OLE color: 14065009.

HSL color Cylindrical-coordinate representation of color #719DD6: hue angle of 213.86º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #719DD6 is Cyan = 0.47, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 113 157 214 -
CMYK 0.47 0.27 0 0.16
HSL 213.86º 0.55% 0.64% -
HSV(B) 213.86º 0.47% 0.84% -
XYZ 31 32.48 68.25 -
YUV 150.34 163.92 101.37 -
System Red Green Blue C M Y K H S L
Decimal 113 157 214 0.47 0.27 0 0.16 213.86 0.55 0.64
Hex 71 9D D6 2F 1B 0 10 D6 37 40
Octal 161 235 326 57 33 0 20 326 67 100
Binary 1110001 10011101 11010110 101111 11011 0 10000 11010110 110111 1000000

Color Harmonies of #719DD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719DD6

Black with #719DD6

Text Example


Text Example

White with #719DD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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