Html Css Color HEX #719CD3 Jordy Blue

📋 copy color: '#719CD3'

red 113 ◦ green 156 ◦ blue 211

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

Shades of Jordy Blue #719CD3

Tints of Jordy Blue #719CD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 43.96%

R = 23.54%
G = 32.5%
B = 43.96%

CMYK

 C value IS 0.46

 M value IS 0.26

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#719CD3 (or 0x719CD3) is known color: Jordy Blue. HEX triplet: 71, 9C and D3. RGB value is (113,156,211). Sum of RGB (Red+Green+Blue) = 113+156+211=480 (63% of max value = 765). Red value is 113 (44.53% from 255 or 23.54% from 480); Green value is 156 (61.33% from 255 or 32.5% from 480); Blue value is 211 (82.81% from 255 or 43.96% from 480); Max value from RGB is 211 - color contains mainly: blue. Hex color #719CD3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #719CD3 is #8E632C. Grayscale: #959595. Windows color (decimal): -9331501 or 13868145. OLE color: 13868145.

HSL color Cylindrical-coordinate representation of color #719CD3: hue angle of 213.67º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #719CD3 is Cyan = 0.46, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 113 156 211 -
CMYK 0.46 0.26 0 0.17
HSL 213.67º 0.53% 0.64% -
HSV(B) 213.67º 0.46% 0.83% -
XYZ 30.46 31.99 66.2 -
YUV 149.41 162.75 102.03 -
System Red Green Blue C M Y K H S L
Decimal 113 156 211 0.46 0.26 0 0.17 213.67 0.53 0.64
Hex 71 9C D3 2E 1A 0 11 D6 35 40
Octal 161 234 323 56 32 0 21 326 65 100
Binary 1110001 10011100 11010011 101110 11010 0 10001 11010110 110101 1000000

Color Harmonies of #719CD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719CD3

Black with #719CD3

Text Example


Text Example

White with #719CD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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