Html Css Color HEX #7497CF Jordy Blue

📋 copy color: '#7497CF'

red 116 ◦ green 151 ◦ blue 207

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

Shades of Jordy Blue #7497CF

Tints of Jordy Blue #7497CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 43.67%

R = 24.47%
G = 31.86%
B = 43.67%

CMYK

 C value IS 0.44

 M value IS 0.27

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7497CF (or 0x7497CF) is known color: Jordy Blue. HEX triplet: 74, 97 and CF. RGB value is (116,151,207). Sum of RGB (Red+Green+Blue) = 116+151+207=474 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.47% from 474); Green value is 151 (59.38% from 255 or 31.86% from 474); Blue value is 207 (81.25% from 255 or 43.67% from 474); Max value from RGB is 207 - color contains mainly: blue. Hex color #7497CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7497CF is #8B6830. Grayscale: #929292. Windows color (decimal): -9136177 or 13604724. OLE color: 13604724.

HSL color Cylindrical-coordinate representation of color #7497CF: hue angle of 216.92º degrees, saturation: 0.49, 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 #7497CF is Cyan = 0.44, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 116 151 207 -
CMYK 0.44 0.27 0 0.19
HSL 216.92º 0.49% 0.63% -
HSV(B) 216.92º 0.44% 0.81% -
XYZ 29.53 30.35 63.33 -
YUV 146.92 161.9 105.95 -
System Red Green Blue C M Y K H S L
Decimal 116 151 207 0.44 0.27 0 0.19 216.92 0.49 0.63
Hex 74 97 CF 2C 1B 0 13 D9 31 3F
Octal 164 227 317 54 33 0 23 331 61 77
Binary 1110100 10010111 11001111 101100 11011 0 10011 11011001 110001 111111

Color Harmonies of #7497CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7497CF

Black with #7497CF

Text Example


Text Example

White with #7497CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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