Html Css Color HEX #719CDA Jordy Blue

📋 copy color: '#719CDA'

red 113 ◦ green 156 ◦ blue 218

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

Shades of Jordy Blue #719CDA

Tints of Jordy Blue #719CDA

RGB

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

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

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

R = 23.2%
G = 32.03%
B = 44.76%

CMYK

 C value IS 0.48

 M value IS 0.28

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#719CDA (or 0x719CDA) is known color: Jordy Blue. HEX triplet: 71, 9C and DA. RGB value is (113,156,218). Sum of RGB (Red+Green+Blue) = 113+156+218=487 (64% of max value = 765). Red value is 113 (44.53% from 255 or 23.20% from 487); Green value is 156 (61.33% from 255 or 32.03% from 487); Blue value is 218 (85.55% from 255 or 44.76% from 487); Max value from RGB is 218 - color contains mainly: blue. Hex color #719CDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #719CDA is #8E6325. Grayscale: #959595. Windows color (decimal): -9331494 or 14326897. OLE color: 14326897.

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

Color convert

RGB 113 156 218 -
CMYK 0.48 0.28 0 0.15
HSL 215.43º 0.59% 0.65% -
HSV(B) 215.43º 0.48% 0.85% -
XYZ 31.35 32.35 70.92 -
YUV 150.21 166.25 101.46 -
System Red Green Blue C M Y K H S L
Decimal 113 156 218 0.48 0.28 0 0.15 215.43 0.59 0.65
Hex 71 9C DA 30 1C 0 F D7 3B 41
Octal 161 234 332 60 34 0 17 327 73 101
Binary 1110001 10011100 11011010 110000 11100 0 1111 11010111 111011 1000001

Color Harmonies of #719CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719CDA

Black with #719CDA

Text Example


Text Example

White with #719CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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