Html Css Color HEX #7399DB Jordy Blue

📋 copy color: '#7399DB'

red 115 ◦ green 153 ◦ blue 219

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

Shades of Jordy Blue #7399DB

Tints of Jordy Blue #7399DB

RGB

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

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

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

R = 23.61%
G = 31.42%
B = 44.97%

CMYK

 C value IS 0.47

 M value IS 0.30

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7399DB (or 0x7399DB) is known color: Jordy Blue. HEX triplet: 73, 99 and DB. RGB value is (115,153,219). Sum of RGB (Red+Green+Blue) = 115+153+219=487 (64% of max value = 765). Red value is 115 (45.31% from 255 or 23.61% from 487); Green value is 153 (60.16% from 255 or 31.42% from 487); Blue value is 219 (85.94% from 255 or 44.97% from 487); Max value from RGB is 219 - color contains mainly: blue. Hex color #7399DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7399DB is #8C6624. Grayscale: #949494. Windows color (decimal): -9201189 or 14391667. OLE color: 14391667.

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

Color convert

RGB 115 153 219 -
CMYK 0.47 0.30 0 0.14
HSL 218.08º 0.59% 0.65% -
HSV(B) 218.08º 0.47% 0.86% -
XYZ 31.25 31.54 71.46 -
YUV 149.16 167.41 103.63 -
System Red Green Blue C M Y K H S L
Decimal 115 153 219 0.47 0.30 0 0.14 218.08 0.59 0.65
Hex 73 99 DB 2F 1E 0 E DA 3B 41
Octal 163 231 333 57 36 0 16 332 73 101
Binary 1110011 10011001 11011011 101111 11110 0 1110 11011010 111011 1000001

Color Harmonies of #7399DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7399DB

Black with #7399DB

Text Example


Text Example

White with #7399DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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