Html Css Color HEX #719ADB Jordy Blue

📋 copy color: '#719ADB'

red 113 ◦ green 154 ◦ blue 219

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

Shades of Jordy Blue #719ADB

Tints of Jordy Blue #719ADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 45.06%

R = 23.25%
G = 31.69%
B = 45.06%

CMYK

 C value IS 0.48

 M value IS 0.30

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#719ADB (or 0x719ADB) is known color: Jordy Blue. HEX triplet: 71, 9A and DB. RGB value is (113,154,219). Sum of RGB (Red+Green+Blue) = 113+154+219=486 (64% of max value = 765). Red value is 113 (44.53% from 255 or 23.25% from 486); Green value is 154 (60.55% from 255 or 31.69% from 486); Blue value is 219 (85.94% from 255 or 45.06% from 486); Max value from RGB is 219 - color contains mainly: blue. Hex color #719ADB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #719ADB is #8E6524. Grayscale: #949494. Windows color (decimal): -9332005 or 14391921. OLE color: 14391921.

HSL color Cylindrical-coordinate representation of color #719ADB: hue angle of 216.79º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #719ADB is Cyan = 0.48, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 113 154 219 -
CMYK 0.48 0.30 0 0.14
HSL 216.79º 0.6% 0.65% -
HSV(B) 216.79º 0.48% 0.86% -
XYZ 31.15 31.74 71.5 -
YUV 149.15 167.42 102.21 -
System Red Green Blue C M Y K H S L
Decimal 113 154 219 0.48 0.30 0 0.14 216.79 0.6 0.65
Hex 71 9A DB 30 1E 0 E D9 3C 41
Octal 161 232 333 60 36 0 16 331 74 101
Binary 1110001 10011010 11011011 110000 11110 0 1110 11011001 111100 1000001

Color Harmonies of #719ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719ADB

Black with #719ADB

Text Example


Text Example

White with #719ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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