Html Css Color HEX #7397D6 Jordy Blue

📋 copy color: '#7397D6'

red 115 ◦ green 151 ◦ blue 214

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

Shades of Jordy Blue #7397D6

Tints of Jordy Blue #7397D6

RGB

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

 GREEN value IS 151 (59.38% from 255) = 31.46%

 BLUE value IS 214 (83.98% from 255) = 44.58%

R = 23.96%
G = 31.46%
B = 44.58%

CMYK

 C value IS 0.46

 M value IS 0.29

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#7397D6 (or 0x7397D6) is known color: Jordy Blue. HEX triplet: 73, 97 and D6. RGB value is (115,151,214). Sum of RGB (Red+Green+Blue) = 115+151+214=480 (63% of max value = 765). Red value is 115 (45.31% from 255 or 23.96% from 480); Green value is 151 (59.38% from 255 or 31.46% from 480); Blue value is 214 (83.98% from 255 or 44.58% from 480); Max value from RGB is 214 - color contains mainly: blue. Hex color #7397D6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7397D6 is #8C6829. Grayscale: #939393. Windows color (decimal): -9201706 or 14063475. OLE color: 14063475.

HSL color Cylindrical-coordinate representation of color #7397D6: hue angle of 218.18º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7397D6 is Cyan = 0.46, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 115 151 214 -
CMYK 0.46 0.29 0 0.16
HSL 218.18º 0.55% 0.65% -
HSV(B) 218.18º 0.46% 0.84% -
XYZ 30.27 30.63 67.94 -
YUV 147.42 165.57 104.88 -
System Red Green Blue C M Y K H S L
Decimal 115 151 214 0.46 0.29 0 0.16 218.18 0.55 0.65
Hex 73 97 D6 2E 1D 0 10 DA 37 41
Octal 163 227 326 56 35 0 20 332 67 101
Binary 1110011 10010111 11010110 101110 11101 0 10000 11011010 110111 1000001

Color Harmonies of #7397D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7397D6

Black with #7397D6

Text Example


Text Example

White with #7397D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7397D6; }

 p { color: rgb(115,151,214); }

 H1.HeaderClassName
 {
   color: #7397D6;
 }
 .AnyTagClassName
 {
   color: #7397D6;
 }
</style>

background-color css

<style>
 a { background-color: #7397D6; }

 a { background-color: rgb(115,151,214); }

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

border-color css

<style>
 span { border-color: #7397D6; }

 span { border-color: rgb(115,151,214); }

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