Html Css Color HEX #719ADA Jordy Blue

📋 copy color: '#719ADA'

red 113 ◦ green 154 ◦ blue 218

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

Shades of Jordy Blue #719ADA

Tints of Jordy Blue #719ADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 44.95%

R = 23.3%
G = 31.75%
B = 44.95%

CMYK

 C value IS 0.48

 M value IS 0.29

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#719ADA (or 0x719ADA) is known color: Jordy Blue. HEX triplet: 71, 9A and DA. RGB value is (113,154,218). Sum of RGB (Red+Green+Blue) = 113+154+218=485 (64% of max value = 765). Red value is 113 (44.53% from 255 or 23.30% from 485); Green value is 154 (60.55% from 255 or 31.75% from 485); Blue value is 218 (85.55% from 255 or 44.95% from 485); Max value from RGB is 218 - color contains mainly: blue. Hex color #719ADA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #719ADA is #8E6525. Grayscale: #949494. Windows color (decimal): -9332006 or 14326385. OLE color: 14326385.

HSL color Cylindrical-coordinate representation of color #719ADA: hue angle of 216.57º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #719ADA is Cyan = 0.48, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 113 154 218 -
CMYK 0.48 0.29 0 0.15
HSL 216.57º 0.59% 0.65% -
HSV(B) 216.57º 0.48% 0.85% -
XYZ 31.02 31.68 70.81 -
YUV 149.04 166.92 102.3 -
System Red Green Blue C M Y K H S L
Decimal 113 154 218 0.48 0.29 0 0.15 216.57 0.59 0.65
Hex 71 9A DA 30 1D 0 F D9 3B 41
Octal 161 232 332 60 35 0 17 331 73 101
Binary 1110001 10011010 11011010 110000 11101 0 1111 11011001 111011 1000001

Color Harmonies of #719ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719ADA

Black with #719ADA

Text Example


Text Example

White with #719ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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