Html Css Color HEX #719FDC Jordy Blue

📋 copy color: '#719FDC'

red 113 ◦ green 159 ◦ blue 220

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

Shades of Jordy Blue #719FDC

Tints of Jordy Blue #719FDC

RGB

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

 GREEN value IS 159 (62.5% from 255) = 32.32%

 BLUE value IS 220 (86.33% from 255) = 44.72%

R = 22.97%
G = 32.32%
B = 44.72%

CMYK

 C value IS 0.49

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#719FDC (or 0x719FDC) is known color: Jordy Blue. HEX triplet: 71, 9F and DC. RGB value is (113,159,220). Sum of RGB (Red+Green+Blue) = 113+159+220=492 (65% of max value = 765). Red value is 113 (44.53% from 255 or 22.97% from 492); Green value is 159 (62.5% from 255 or 32.32% from 492); Blue value is 220 (86.33% from 255 or 44.72% from 492); Max value from RGB is 220 - color contains mainly: blue. Hex color #719FDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #719FDC is #8E6023. Grayscale: #979797. Windows color (decimal): -9330724 or 14458737. OLE color: 14458737.

HSL color Cylindrical-coordinate representation of color #719FDC: hue angle of 214.21º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #719FDC is Cyan = 0.49, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 113 159 220 -
CMYK 0.49 0.28 0 0.14
HSL 214.21º 0.6% 0.65% -
HSV(B) 214.21º 0.49% 0.86% -
XYZ 32.13 33.47 72.48 -
YUV 152.2 166.26 100.04 -
System Red Green Blue C M Y K H S L
Decimal 113 159 220 0.49 0.28 0 0.14 214.21 0.6 0.65
Hex 71 9F DC 31 1C 0 E D6 3C 41
Octal 161 237 334 61 34 0 16 326 74 101
Binary 1110001 10011111 11011100 110001 11100 0 1110 11010110 111100 1000001

Color Harmonies of #719FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719FDC

Black with #719FDC

Text Example


Text Example

White with #719FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,159,220); }

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

background-color css

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

 a { background-color: rgb(113,159,220); }

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

border-color css

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

 span { border-color: rgb(113,159,220); }

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