Html Css Color HEX #719AD2 Jordy Blue

📋 copy color: '#719AD2'

red 113 ◦ green 154 ◦ blue 210

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

Shades of Jordy Blue #719AD2

Tints of Jordy Blue #719AD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 44.03%

R = 23.69%
G = 32.29%
B = 44.03%

CMYK

 C value IS 0.46

 M value IS 0.27

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#719AD2 (or 0x719AD2) is known color: Jordy Blue. HEX triplet: 71, 9A and D2. RGB value is (113,154,210). Sum of RGB (Red+Green+Blue) = 113+154+210=477 (63% of max value = 765). Red value is 113 (44.53% from 255 or 23.69% from 477); Green value is 154 (60.55% from 255 or 32.29% from 477); Blue value is 210 (82.42% from 255 or 44.03% from 477); Max value from RGB is 210 - color contains mainly: blue. Hex color #719AD2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #719AD2 is #8E652D. Grayscale: #939393. Windows color (decimal): -9332014 or 13802097. OLE color: 13802097.

HSL color Cylindrical-coordinate representation of color #719AD2: hue angle of 214.64º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #719AD2 is Cyan = 0.46, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 113 154 210 -
CMYK 0.46 0.27 0 0.18
HSL 214.64º 0.52% 0.63% -
HSV(B) 214.64º 0.46% 0.82% -
XYZ 30 31.28 65.43 -
YUV 148.13 162.92 102.95 -
System Red Green Blue C M Y K H S L
Decimal 113 154 210 0.46 0.27 0 0.18 214.64 0.52 0.63
Hex 71 9A D2 2E 1B 0 12 D7 34 3F
Octal 161 232 322 56 33 0 22 327 64 77
Binary 1110001 10011010 11010010 101110 11011 0 10010 11010111 110100 111111

Color Harmonies of #719AD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719AD2

Black with #719AD2

Text Example


Text Example

White with #719AD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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