Html Css Color HEX #7397DB Jordy Blue

📋 copy color: '#7397DB'

red 115 ◦ green 151 ◦ blue 219

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

Shades of Jordy Blue #7397DB

Tints of Jordy Blue #7397DB

RGB

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

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

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

R = 23.71%
G = 31.13%
B = 45.15%

CMYK

 C value IS 0.47

 M value IS 0.31

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7397DB (or 0x7397DB) is known color: Jordy Blue. HEX triplet: 73, 97 and DB. RGB value is (115,151,219). Sum of RGB (Red+Green+Blue) = 115+151+219=485 (64% of max value = 765). Red value is 115 (45.31% from 255 or 23.71% from 485); Green value is 151 (59.38% from 255 or 31.13% from 485); Blue value is 219 (85.94% from 255 or 45.15% from 485); Max value from RGB is 219 - color contains mainly: blue. Hex color #7397DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7397DB is #8C6824. Grayscale: #939393. Windows color (decimal): -9201701 or 14391155. OLE color: 14391155.

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

Color convert

RGB 115 151 219 -
CMYK 0.47 0.31 0 0.14
HSL 219.23º 0.59% 0.65% -
HSV(B) 219.23º 0.47% 0.86% -
XYZ 30.92 30.89 71.35 -
YUV 147.99 168.07 104.47 -
System Red Green Blue C M Y K H S L
Decimal 115 151 219 0.47 0.31 0 0.14 219.23 0.59 0.65
Hex 73 97 DB 2F 1F 0 E DB 3B 41
Octal 163 227 333 57 37 0 16 333 73 101
Binary 1110011 10010111 11011011 101111 11111 0 1110 11011011 111011 1000001

Color Harmonies of #7397DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7397DB

Black with #7397DB

Text Example


Text Example

White with #7397DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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