Html Css Color HEX #719CD0 Jordy Blue

📋 copy color: '#719CD0'

red 113 ◦ green 156 ◦ blue 208

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

Shades of Jordy Blue #719CD0

Tints of Jordy Blue #719CD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 43.61%

R = 23.69%
G = 32.7%
B = 43.61%

CMYK

 C value IS 0.46

 M value IS 0.25

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#719CD0 (or 0x719CD0) is known color: Jordy Blue. HEX triplet: 71, 9C and D0. RGB value is (113,156,208). Sum of RGB (Red+Green+Blue) = 113+156+208=477 (63% of max value = 765). Red value is 113 (44.53% from 255 or 23.69% from 477); Green value is 156 (61.33% from 255 or 32.70% from 477); Blue value is 208 (81.64% from 255 or 43.61% from 477); Max value from RGB is 208 - color contains mainly: blue. Hex color #719CD0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #719CD0 is #8E632F. Grayscale: #949494. Windows color (decimal): -9331504 or 13671537. OLE color: 13671537.

HSL color Cylindrical-coordinate representation of color #719CD0: hue angle of 212.84º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #719CD0 is Cyan = 0.46, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 113 156 208 -
CMYK 0.46 0.25 0 0.18
HSL 212.84º 0.5% 0.63% -
HSV(B) 212.84º 0.46% 0.82% -
XYZ 30.08 31.84 64.23 -
YUV 149.07 161.25 102.27 -
System Red Green Blue C M Y K H S L
Decimal 113 156 208 0.46 0.25 0 0.18 212.84 0.5 0.63
Hex 71 9C D0 2E 19 0 12 D5 32 3F
Octal 161 234 320 56 31 0 22 325 62 77
Binary 1110001 10011100 11010000 101110 11001 0 10010 11010101 110010 111111

Color Harmonies of #719CD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719CD0

Black with #719CD0

Text Example


Text Example

White with #719CD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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