Html Css Color HEX #719FDA Jordy Blue

📋 copy color: '#719FDA'

red 113 ◦ green 159 ◦ blue 218

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

Shades of Jordy Blue #719FDA

Tints of Jordy Blue #719FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 44.49%

R = 23.06%
G = 32.45%
B = 44.49%

CMYK

 C value IS 0.48

 M value IS 0.27

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#719FDA (or 0x719FDA) is known color: Jordy Blue. HEX triplet: 71, 9F and DA. RGB value is (113,159,218). Sum of RGB (Red+Green+Blue) = 113+159+218=490 (64% of max value = 765). Red value is 113 (44.53% from 255 or 23.06% from 490); Green value is 159 (62.5% from 255 or 32.45% from 490); Blue value is 218 (85.55% from 255 or 44.49% from 490); Max value from RGB is 218 - color contains mainly: blue. Hex color #719FDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #719FDA is #8E6025. Grayscale: #979797. Windows color (decimal): -9330726 or 14327665. OLE color: 14327665.

HSL color Cylindrical-coordinate representation of color #719FDA: hue angle of 213.71º degrees, saturation: 0.59, 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 #719FDA is Cyan = 0.48, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 113 159 218 -
CMYK 0.48 0.27 0 0.15
HSL 213.71º 0.59% 0.65% -
HSV(B) 213.71º 0.48% 0.85% -
XYZ 31.86 33.37 71.09 -
YUV 151.97 165.26 100.2 -
System Red Green Blue C M Y K H S L
Decimal 113 159 218 0.48 0.27 0 0.15 213.71 0.59 0.65
Hex 71 9F DA 30 1B 0 F D6 3B 41
Octal 161 237 332 60 33 0 17 326 73 101
Binary 1110001 10011111 11011010 110000 11011 0 1111 11010110 111011 1000001

Color Harmonies of #719FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719FDA

Black with #719FDA

Text Example


Text Example

White with #719FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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