Html Css Color HEX #7497DB Jordy Blue

📋 copy color: '#7497DB'

red 116 ◦ green 151 ◦ blue 219

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

Shades of Jordy Blue #7497DB

Tints of Jordy Blue #7497DB

RGB

 RED value IS 116 (45.7% from 255) = 23.87%

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

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

R = 23.87%
G = 31.07%
B = 45.06%

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

#7497DB (or 0x7497DB) is known color: Jordy Blue. HEX triplet: 74, 97 and DB. RGB value is (116,151,219). Sum of RGB (Red+Green+Blue) = 116+151+219=486 (64% of max value = 765). Red value is 116 (45.70% from 255 or 23.87% from 486); Green value is 151 (59.38% from 255 or 31.07% from 486); Blue value is 219 (85.94% from 255 or 45.06% from 486); Max value from RGB is 219 - color contains mainly: blue. Hex color #7497DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7497DB is #8B6824. Grayscale: #939393. Windows color (decimal): -9136165 or 14391156. OLE color: 14391156.

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

Color convert

RGB 116 151 219 -
CMYK 0.47 0.31 0 0.14
HSL 219.61º 0.59% 0.66% -
HSV(B) 219.61º 0.47% 0.86% -
XYZ 31.06 30.96 71.36 -
YUV 148.29 167.9 104.97 -
System Red Green Blue C M Y K H S L
Decimal 116 151 219 0.47 0.31 0 0.14 219.61 0.59 0.66
Hex 74 97 DB 2F 1F 0 E DC 3B 42
Octal 164 227 333 57 37 0 16 334 73 102
Binary 1110100 10010111 11011011 101111 11111 0 1110 11011100 111011 1000010

Color Harmonies of #7497DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7497DB

Black with #7497DB

Text Example


Text Example

White with #7497DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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