Html Css Color HEX #7199DB Jordy Blue

📋 copy color: '#7199DB'

red 113 ◦ green 153 ◦ blue 219

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

Shades of Jordy Blue #7199DB

Tints of Jordy Blue #7199DB

RGB

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

 GREEN value IS 153 (60.16% from 255) = 31.55%

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

R = 23.3%
G = 31.55%
B = 45.15%

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

#7199DB (or 0x7199DB) is known color: Jordy Blue. HEX triplet: 71, 99 and DB. RGB value is (113,153,219). Sum of RGB (Red+Green+Blue) = 113+153+219=485 (64% of max value = 765). Red value is 113 (44.53% from 255 or 23.30% from 485); Green value is 153 (60.16% from 255 or 31.55% from 485); Blue value is 219 (85.94% from 255 or 45.15% from 485); Max value from RGB is 219 - color contains mainly: blue. Hex color #7199DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7199DB is #8E6624. Grayscale: #949494. Windows color (decimal): -9332261 or 14391665. OLE color: 14391665.

HSL color Cylindrical-coordinate representation of color #7199DB: hue angle of 217.36º 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 #7199DB is Cyan = 0.48, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 113 153 219 -
CMYK 0.48 0.30 0 0.14
HSL 217.36º 0.6% 0.65% -
HSV(B) 217.36º 0.48% 0.86% -
XYZ 30.99 31.41 71.45 -
YUV 148.56 167.75 102.63 -
System Red Green Blue C M Y K H S L
Decimal 113 153 219 0.48 0.30 0 0.14 217.36 0.6 0.65
Hex 71 99 DB 30 1E 0 E D9 3C 41
Octal 161 231 333 60 36 0 16 331 74 101
Binary 1110001 10011001 11011011 110000 11110 0 1110 11011001 111100 1000001

Color Harmonies of #7199DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7199DB

Black with #7199DB

Text Example


Text Example

White with #7199DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7199DB; }

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

 H1.HeaderClassName
 {
   color: #7199DB;
 }
 .AnyTagClassName
 {
   color: #7199DB;
 }
</style>

background-color css

<style>
 a { background-color: #7199DB; }

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

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

border-color css

<style>
 span { border-color: #7199DB; }

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

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