Html Css Color HEX #7399D9 Jordy Blue

📋 copy color: '#7399D9'

red 115 ◦ green 153 ◦ blue 217

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

Shades of Jordy Blue #7399D9

Tints of Jordy Blue #7399D9

RGB

 RED value IS 115 (45.31% from 255) = 23.71%

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

 BLUE value IS 217 (85.16% from 255) = 44.74%

R = 23.71%
G = 31.55%
B = 44.74%

CMYK

 C value IS 0.47

 M value IS 0.29

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#7399D9 (or 0x7399D9) is known color: Jordy Blue. HEX triplet: 73, 99 and D9. RGB value is (115,153,217). Sum of RGB (Red+Green+Blue) = 115+153+217=485 (64% of max value = 765). Red value is 115 (45.31% from 255 or 23.71% from 485); Green value is 153 (60.16% from 255 or 31.55% from 485); Blue value is 217 (85.16% from 255 or 44.74% from 485); Max value from RGB is 217 - color contains mainly: blue. Hex color #7399D9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7399D9 is #8C6626. Grayscale: #949494. Windows color (decimal): -9201191 or 14260595. OLE color: 14260595.

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

Color convert

RGB 115 153 217 -
CMYK 0.47 0.29 0 0.15
HSL 217.65º 0.57% 0.65% -
HSV(B) 217.65º 0.47% 0.85% -
XYZ 30.99 31.44 70.08 -
YUV 148.93 166.41 103.8 -
System Red Green Blue C M Y K H S L
Decimal 115 153 217 0.47 0.29 0 0.15 217.65 0.57 0.65
Hex 73 99 D9 2F 1D 0 F DA 39 41
Octal 163 231 331 57 35 0 17 332 71 101
Binary 1110011 10011001 11011001 101111 11101 0 1111 11011010 111001 1000001

Color Harmonies of #7399D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7399D9

Black with #7399D9

Text Example


Text Example

White with #7399D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7399D9; }

 p { color: rgb(115,153,217); }

 H1.HeaderClassName
 {
   color: #7399D9;
 }
 .AnyTagClassName
 {
   color: #7399D9;
 }
</style>

background-color css

<style>
 a { background-color: #7399D9; }

 a { background-color: rgb(115,153,217); }

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

border-color css

<style>
 span { border-color: #7399D9; }

 span { border-color: rgb(115,153,217); }

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