Html Css Color HEX #719ADE Jordy Blue

📋 copy color: '#719ADE'

red 113 ◦ green 154 ◦ blue 222

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

Shades of Jordy Blue #719ADE

Tints of Jordy Blue #719ADE

RGB

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

 GREEN value IS 154 (60.55% from 255) = 31.49%

 BLUE value IS 222 (87.11% from 255) = 45.4%

R = 23.11%
G = 31.49%
B = 45.4%

CMYK

 C value IS 0.49

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#719ADE (or 0x719ADE) is known color: Jordy Blue. HEX triplet: 71, 9A and DE. RGB value is (113,154,222). Sum of RGB (Red+Green+Blue) = 113+154+222=489 (64% of max value = 765). Red value is 113 (44.53% from 255 or 23.11% from 489); Green value is 154 (60.55% from 255 or 31.49% from 489); Blue value is 222 (87.11% from 255 or 45.40% from 489); Max value from RGB is 222 - color contains mainly: blue. Hex color #719ADE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #719ADE is #8E6521. Grayscale: #959595. Windows color (decimal): -9332002 or 14588529. OLE color: 14588529.

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

Color convert

RGB 113 154 222 -
CMYK 0.49 0.31 0 0.13
HSL 217.43º 0.62% 0.66% -
HSV(B) 217.43º 0.49% 0.87% -
XYZ 31.55 31.9 73.6 -
YUV 149.49 168.92 101.97 -
System Red Green Blue C M Y K H S L
Decimal 113 154 222 0.49 0.31 0 0.13 217.43 0.62 0.66
Hex 71 9A DE 31 1F 0 D D9 3E 42
Octal 161 232 336 61 37 0 15 331 76 102
Binary 1110001 10011010 11011110 110001 11111 0 1101 11011001 111110 1000010

Color Harmonies of #719ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719ADE

Black with #719ADE

Text Example


Text Example

White with #719ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,154,222); }

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

background-color css

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

 a { background-color: rgb(113,154,222); }

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

border-color css

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

 span { border-color: rgb(113,154,222); }

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