Html Css Color HEX #7698D9 Jordy Blue

📋 copy color: '#7698D9'

red 118 ◦ green 152 ◦ blue 217

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

Shades of Jordy Blue #7698D9

Tints of Jordy Blue #7698D9

RGB

 RED value IS 118 (46.48% from 255) = 24.23%

 GREEN value IS 152 (59.77% from 255) = 31.21%

 BLUE value IS 217 (85.16% from 255) = 44.56%

R = 24.23%
G = 31.21%
B = 44.56%

CMYK

 C value IS 0.46

 M value IS 0.30

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#7698D9 (or 0x7698D9) is known color: Jordy Blue. HEX triplet: 76, 98 and D9. RGB value is (118,152,217). Sum of RGB (Red+Green+Blue) = 118+152+217=487 (64% of max value = 765). Red value is 118 (46.48% from 255 or 24.23% from 487); Green value is 152 (59.77% from 255 or 31.21% from 487); Blue value is 217 (85.16% from 255 or 44.56% from 487); Max value from RGB is 217 - color contains mainly: blue. Hex color #7698D9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7698D9 is #896726. Grayscale: #949494. Windows color (decimal): -9004839 or 14260342. OLE color: 14260342.

HSL color Cylindrical-coordinate representation of color #7698D9: hue angle of 219.39º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7698D9 is Cyan = 0.46, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 118 152 217 -
CMYK 0.46 0.30 0 0.15
HSL 219.39º 0.57% 0.66% -
HSV(B) 219.39º 0.46% 0.85% -
XYZ 31.22 31.32 70.04 -
YUV 149.24 166.24 105.71 -
System Red Green Blue C M Y K H S L
Decimal 118 152 217 0.46 0.30 0 0.15 219.39 0.57 0.66
Hex 76 98 D9 2E 1E 0 F DB 39 42
Octal 166 230 331 56 36 0 17 333 71 102
Binary 1110110 10011000 11011001 101110 11110 0 1111 11011011 111001 1000010

Color Harmonies of #7698D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7698D9

Black with #7698D9

Text Example


Text Example

White with #7698D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7698D9; }

 p { color: rgb(118,152,217); }

 H1.HeaderClassName
 {
   color: #7698D9;
 }
 .AnyTagClassName
 {
   color: #7698D9;
 }
</style>

background-color css

<style>
 a { background-color: #7698D9; }

 a { background-color: rgb(118,152,217); }

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

border-color css

<style>
 span { border-color: #7698D9; }

 span { border-color: rgb(118,152,217); }

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