Html Css Color HEX #7399CE Jordy Blue

📋 copy color: '#7399CE'

red 115 ◦ green 153 ◦ blue 206

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

Shades of Jordy Blue #7399CE

Tints of Jordy Blue #7399CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 43.46%

R = 24.26%
G = 32.28%
B = 43.46%

CMYK

 C value IS 0.44

 M value IS 0.26

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7399CE (or 0x7399CE) is known color: Jordy Blue. HEX triplet: 73, 99 and CE. RGB value is (115,153,206). Sum of RGB (Red+Green+Blue) = 115+153+206=474 (62% of max value = 765). Red value is 115 (45.31% from 255 or 24.26% from 474); Green value is 153 (60.16% from 255 or 32.28% from 474); Blue value is 206 (80.86% from 255 or 43.46% from 474); Max value from RGB is 206 - color contains mainly: blue. Hex color #7399CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7399CE is #8C6631. Grayscale: #939393. Windows color (decimal): -9201202 or 13539699. OLE color: 13539699.

HSL color Cylindrical-coordinate representation of color #7399CE: hue angle of 214.95º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7399CE is Cyan = 0.44, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 115 153 206 -
CMYK 0.44 0.26 0 0.19
HSL 214.95º 0.48% 0.63% -
HSV(B) 214.95º 0.44% 0.81% -
XYZ 29.6 30.88 62.79 -
YUV 147.68 160.91 104.69 -
System Red Green Blue C M Y K H S L
Decimal 115 153 206 0.44 0.26 0 0.19 214.95 0.48 0.63
Hex 73 99 CE 2C 1A 0 13 D7 30 3F
Octal 163 231 316 54 32 0 23 327 60 77
Binary 1110011 10011001 11001110 101100 11010 0 10011 11010111 110000 111111

Color Harmonies of #7399CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7399CE

Black with #7399CE

Text Example


Text Example

White with #7399CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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