Html Css Color HEX #719DDF Jordy Blue

📋 copy color: '#719DDF'

red 113 ◦ green 157 ◦ blue 223

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

Shades of Jordy Blue #719DDF

Tints of Jordy Blue #719DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 45.23%

R = 22.92%
G = 31.85%
B = 45.23%

CMYK

 C value IS 0.49

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#719DDF (or 0x719DDF) is known color: Jordy Blue. HEX triplet: 71, 9D and DF. RGB value is (113,157,223). Sum of RGB (Red+Green+Blue) = 113+157+223=493 (65% of max value = 765). Red value is 113 (44.53% from 255 or 22.92% from 493); Green value is 157 (61.72% from 255 or 31.85% from 493); Blue value is 223 (87.5% from 255 or 45.23% from 493); Max value from RGB is 223 - color contains mainly: blue. Hex color #719DDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #719DDF is #8E6220. Grayscale: #979797. Windows color (decimal): -9331233 or 14654833. OLE color: 14654833.

HSL color Cylindrical-coordinate representation of color #719DDF: hue angle of 216º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #719DDF is Cyan = 0.49, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 113 157 223 -
CMYK 0.49 0.30 0 0.13
HSL 216º 0.63% 0.66% -
HSV(B) 216º 0.49% 0.87% -
XYZ 32.19 32.95 74.48 -
YUV 151.37 168.42 100.63 -
System Red Green Blue C M Y K H S L
Decimal 113 157 223 0.49 0.30 0 0.13 216 0.63 0.66
Hex 71 9D DF 31 1E 0 D D8 3F 42
Octal 161 235 337 61 36 0 15 330 77 102
Binary 1110001 10011101 11011111 110001 11110 0 1101 11011000 111111 1000010

Color Harmonies of #719DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719DDF

Black with #719DDF

Text Example


Text Example

White with #719DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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