Html Css Color HEX #719CDF Jordy Blue

📋 copy color: '#719CDF'

red 113 ◦ green 156 ◦ blue 223

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

Shades of Jordy Blue #719CDF

Tints of Jordy Blue #719CDF

RGB

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

 GREEN value IS 156 (61.33% from 255) = 31.71%

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

R = 22.97%
G = 31.71%
B = 45.33%

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

#719CDF (or 0x719CDF) is known color: Jordy Blue. HEX triplet: 71, 9C and DF. RGB value is (113,156,223). Sum of RGB (Red+Green+Blue) = 113+156+223=492 (65% of max value = 765). Red value is 113 (44.53% from 255 or 22.97% from 492); Green value is 156 (61.33% from 255 or 31.71% from 492); Blue value is 223 (87.5% from 255 or 45.33% from 492); Max value from RGB is 223 - color contains mainly: blue. Hex color #719CDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #719CDF is #8E6320. Grayscale: #969696. Windows color (decimal): -9331489 or 14654577. OLE color: 14654577.

HSL color Cylindrical-coordinate representation of color #719CDF: hue angle of 216.55º 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 #719CDF is Cyan = 0.49, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 113 156 223 -
CMYK 0.49 0.30 0 0.13
HSL 216.55º 0.63% 0.66% -
HSV(B) 216.55º 0.49% 0.87% -
XYZ 32.02 32.62 74.42 -
YUV 150.78 168.75 101.05 -
System Red Green Blue C M Y K H S L
Decimal 113 156 223 0.49 0.30 0 0.13 216.55 0.63 0.66
Hex 71 9C DF 31 1E 0 D D9 3F 42
Octal 161 234 337 61 36 0 15 331 77 102
Binary 1110001 10011100 11011111 110001 11110 0 1101 11011001 111111 1000010

Color Harmonies of #719CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719CDF

Black with #719CDF

Text Example


Text Example

White with #719CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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