Html Css Color HEX #719EDD Jordy Blue

📋 copy color: '#719EDD'

red 113 ◦ green 158 ◦ blue 221

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

Shades of Jordy Blue #719EDD

Tints of Jordy Blue #719EDD

RGB

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

 GREEN value IS 158 (62.11% from 255) = 32.11%

 BLUE value IS 221 (86.72% from 255) = 44.92%

R = 22.97%
G = 32.11%
B = 44.92%

CMYK

 C value IS 0.49

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#719EDD (or 0x719EDD) is known color: Jordy Blue. HEX triplet: 71, 9E and DD. RGB value is (113,158,221). Sum of RGB (Red+Green+Blue) = 113+158+221=492 (65% of max value = 765). Red value is 113 (44.53% from 255 or 22.97% from 492); Green value is 158 (62.11% from 255 or 32.11% from 492); Blue value is 221 (86.72% from 255 or 44.92% from 492); Max value from RGB is 221 - color contains mainly: blue. Hex color #719EDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #719EDD is #8E6122. Grayscale: #979797. Windows color (decimal): -9330979 or 14524017. OLE color: 14524017.

HSL color Cylindrical-coordinate representation of color #719EDD: hue angle of 215º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #719EDD is Cyan = 0.49, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 113 158 221 -
CMYK 0.49 0.29 0 0.13
HSL 215º 0.61% 0.65% -
HSV(B) 215º 0.49% 0.87% -
XYZ 32.09 33.18 73.12 -
YUV 151.73 167.09 100.38 -
System Red Green Blue C M Y K H S L
Decimal 113 158 221 0.49 0.29 0 0.13 215 0.61 0.65
Hex 71 9E DD 31 1D 0 D D7 3D 41
Octal 161 236 335 61 35 0 15 327 75 101
Binary 1110001 10011110 11011101 110001 11101 0 1101 11010111 111101 1000001

Color Harmonies of #719EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719EDD

Black with #719EDD

Text Example


Text Example

White with #719EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,158,221); }

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

background-color css

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

 a { background-color: rgb(113,158,221); }

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

border-color css

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

 span { border-color: rgb(113,158,221); }

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