Html Css Color HEX #7397DA Jordy Blue

📋 copy color: '#7397DA'

red 115 ◦ green 151 ◦ blue 218

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

Shades of Jordy Blue #7397DA

Tints of Jordy Blue #7397DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 45.04%

R = 23.76%
G = 31.2%
B = 45.04%

CMYK

 C value IS 0.47

 M value IS 0.31

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#7397DA (or 0x7397DA) is known color: Jordy Blue. HEX triplet: 73, 97 and DA. RGB value is (115,151,218). Sum of RGB (Red+Green+Blue) = 115+151+218=484 (64% of max value = 765). Red value is 115 (45.31% from 255 or 23.76% from 484); Green value is 151 (59.38% from 255 or 31.20% from 484); Blue value is 218 (85.55% from 255 or 45.04% from 484); Max value from RGB is 218 - color contains mainly: blue. Hex color #7397DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7397DA is #8C6825. Grayscale: #939393. Windows color (decimal): -9201702 or 14325619. OLE color: 14325619.

HSL color Cylindrical-coordinate representation of color #7397DA: hue angle of 219.03º degrees, saturation: 0.58, 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 #7397DA is Cyan = 0.47, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 115 151 218 -
CMYK 0.47 0.31 0 0.15
HSL 219.03º 0.58% 0.65% -
HSV(B) 219.03º 0.47% 0.85% -
XYZ 30.79 30.84 70.66 -
YUV 147.87 167.57 104.55 -
System Red Green Blue C M Y K H S L
Decimal 115 151 218 0.47 0.31 0 0.15 219.03 0.58 0.65
Hex 73 97 DA 2F 1F 0 F DB 3A 41
Octal 163 227 332 57 37 0 17 333 72 101
Binary 1110011 10010111 11011010 101111 11111 0 1111 11011011 111010 1000001

Color Harmonies of #7397DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7397DA

Black with #7397DA

Text Example


Text Example

White with #7397DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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