Html Css Color HEX #719EE2 Jordy Blue

📋 copy color: '#719EE2'

red 113 ◦ green 158 ◦ blue 226

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

Shades of Jordy Blue #719EE2

Tints of Jordy Blue #719EE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 45.47%

R = 22.74%
G = 31.79%
B = 45.47%

CMYK

 C value IS 0.5

 M value IS 0.30

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#719EE2 (or 0x719EE2) is known color: Jordy Blue. HEX triplet: 71, 9E and E2. RGB value is (113,158,226). Sum of RGB (Red+Green+Blue) = 113+158+226=497 (65% of max value = 765). Red value is 113 (44.53% from 255 or 22.74% from 497); Green value is 158 (62.11% from 255 or 31.79% from 497); Blue value is 226 (88.67% from 255 or 45.47% from 497); Max value from RGB is 226 - color contains mainly: blue. Hex color #719EE2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #719EE2 is #8E611D. Grayscale: #979797. Windows color (decimal): -9330974 or 14851697. OLE color: 14851697.

HSL color Cylindrical-coordinate representation of color #719EE2: hue angle of 216.11º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #719EE2 is Cyan = 0.5, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 113 158 226 -
CMYK 0.5 0.30 0 0.11
HSL 216.11º 0.66% 0.66% -
HSV(B) 216.11º 0.5% 0.89% -
XYZ 32.76 33.46 76.68 -
YUV 152.3 169.59 99.97 -
System Red Green Blue C M Y K H S L
Decimal 113 158 226 0.5 0.30 0 0.11 216.11 0.66 0.66
Hex 71 9E E2 32 1E 0 B D8 42 42
Octal 161 236 342 62 36 0 13 330 102 102
Binary 1110001 10011110 11100010 110010 11110 0 1011 11011000 1000010 1000010

Color Harmonies of #719EE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719EE2

Black with #719EE2

Text Example


Text Example

White with #719EE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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