Html Css Color HEX #7698DC Jordy Blue

📋 copy color: '#7698DC'

red 118 ◦ green 152 ◦ blue 220

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

Shades of Jordy Blue #7698DC

Tints of Jordy Blue #7698DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 44.9%

R = 24.08%
G = 31.02%
B = 44.9%

CMYK

 C value IS 0.46

 M value IS 0.31

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7698DC (or 0x7698DC) is known color: Jordy Blue. HEX triplet: 76, 98 and DC. RGB value is (118,152,220). Sum of RGB (Red+Green+Blue) = 118+152+220=490 (64% of max value = 765). Red value is 118 (46.48% from 255 or 24.08% from 490); Green value is 152 (59.77% from 255 or 31.02% from 490); Blue value is 220 (86.33% from 255 or 44.90% from 490); Max value from RGB is 220 - color contains mainly: blue. Hex color #7698DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7698DC is #896723. Grayscale: #959595. Windows color (decimal): -9004836 or 14456950. OLE color: 14456950.

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

Color convert

RGB 118 152 220 -
CMYK 0.46 0.31 0 0.14
HSL 220º 0.59% 0.66% -
HSV(B) 220º 0.46% 0.86% -
XYZ 31.62 31.48 72.12 -
YUV 149.59 167.74 105.47 -
System Red Green Blue C M Y K H S L
Decimal 118 152 220 0.46 0.31 0 0.14 220 0.59 0.66
Hex 76 98 DC 2E 1F 0 E DC 3B 42
Octal 166 230 334 56 37 0 16 334 73 102
Binary 1110110 10011000 11011100 101110 11111 0 1110 11011100 111011 1000010

Color Harmonies of #7698DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7698DC

Black with #7698DC

Text Example


Text Example

White with #7698DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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