Html Css Color HEX #719FD8 Jordy Blue

📋 copy color: '#719FD8'

red 113 ◦ green 159 ◦ blue 216

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

Shades of Jordy Blue #719FD8

Tints of Jordy Blue #719FD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 44.26%

R = 23.16%
G = 32.58%
B = 44.26%

CMYK

 C value IS 0.48

 M value IS 0.26

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#719FD8 (or 0x719FD8) is known color: Jordy Blue. HEX triplet: 71, 9F and D8. RGB value is (113,159,216). Sum of RGB (Red+Green+Blue) = 113+159+216=488 (64% of max value = 765). Red value is 113 (44.53% from 255 or 23.16% from 488); Green value is 159 (62.5% from 255 or 32.58% from 488); Blue value is 216 (84.77% from 255 or 44.26% from 488); Max value from RGB is 216 - color contains mainly: blue. Hex color #719FD8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #719FD8 is #8E6027. Grayscale: #979797. Windows color (decimal): -9330728 or 14196593. OLE color: 14196593.

HSL color Cylindrical-coordinate representation of color #719FD8: hue angle of 213.2º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #719FD8 is Cyan = 0.48, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 113 159 216 -
CMYK 0.48 0.26 0 0.15
HSL 213.2º 0.57% 0.65% -
HSV(B) 213.2º 0.48% 0.85% -
XYZ 31.6 33.26 69.72 -
YUV 151.74 164.26 100.37 -
System Red Green Blue C M Y K H S L
Decimal 113 159 216 0.48 0.26 0 0.15 213.2 0.57 0.65
Hex 71 9F D8 30 1A 0 F D5 39 41
Octal 161 237 330 60 32 0 17 325 71 101
Binary 1110001 10011111 11011000 110000 11010 0 1111 11010101 111001 1000001

Color Harmonies of #719FD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719FD8

Black with #719FD8

Text Example


Text Example

White with #719FD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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