Html Css Color HEX #7199D0 Jordy Blue

📋 copy color: '#7199D0'

red 113 ◦ green 153 ◦ blue 208

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

Shades of Jordy Blue #7199D0

Tints of Jordy Blue #7199D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 43.88%

R = 23.84%
G = 32.28%
B = 43.88%

CMYK

 C value IS 0.46

 M value IS 0.26

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#7199D0 (or 0x7199D0) is known color: Jordy Blue. HEX triplet: 71, 99 and D0. RGB value is (113,153,208). Sum of RGB (Red+Green+Blue) = 113+153+208=474 (62% of max value = 765). Red value is 113 (44.53% from 255 or 23.84% from 474); Green value is 153 (60.16% from 255 or 32.28% from 474); Blue value is 208 (81.64% from 255 or 43.88% from 474); Max value from RGB is 208 - color contains mainly: blue. Hex color #7199D0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7199D0 is #8E662F. Grayscale: #939393. Windows color (decimal): -9332272 or 13670769. OLE color: 13670769.

HSL color Cylindrical-coordinate representation of color #7199D0: hue angle of 214.74º degrees, saturation: 0.5, 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 #7199D0 is Cyan = 0.46, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 113 153 208 -
CMYK 0.46 0.26 0 0.18
HSL 214.74º 0.5% 0.63% -
HSV(B) 214.74º 0.46% 0.82% -
XYZ 29.59 30.85 64.07 -
YUV 147.31 162.25 103.53 -
System Red Green Blue C M Y K H S L
Decimal 113 153 208 0.46 0.26 0 0.18 214.74 0.5 0.63
Hex 71 99 D0 2E 1A 0 12 D7 32 3F
Octal 161 231 320 56 32 0 22 327 62 77
Binary 1110001 10011001 11010000 101110 11010 0 10010 11010111 110010 111111

Color Harmonies of #7199D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7199D0

Black with #7199D0

Text Example


Text Example

White with #7199D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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