Html Css Color HEX #7698DD Jordy Blue

📋 copy color: '#7698DD'

red 118 ◦ green 152 ◦ blue 221

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

Shades of Jordy Blue #7698DD

Tints of Jordy Blue #7698DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 45.01%

R = 24.03%
G = 30.96%
B = 45.01%

CMYK

 C value IS 0.47

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7698DD (or 0x7698DD) is known color: Jordy Blue. HEX triplet: 76, 98 and DD. RGB value is (118,152,221). Sum of RGB (Red+Green+Blue) = 118+152+221=491 (65% of max value = 765). Red value is 118 (46.48% from 255 or 24.03% from 491); Green value is 152 (59.77% from 255 or 30.96% from 491); Blue value is 221 (86.72% from 255 or 45.01% from 491); Max value from RGB is 221 - color contains mainly: blue. Hex color #7698DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7698DD is #896722. Grayscale: #959595. Windows color (decimal): -9004835 or 14522486. OLE color: 14522486.

HSL color Cylindrical-coordinate representation of color #7698DD: hue angle of 220.19º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7698DD is Cyan = 0.47, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 118 152 221 -
CMYK 0.47 0.31 0 0.13
HSL 220.19º 0.6% 0.66% -
HSV(B) 220.19º 0.47% 0.87% -
XYZ 31.75 31.53 72.82 -
YUV 149.7 168.24 105.39 -
System Red Green Blue C M Y K H S L
Decimal 118 152 221 0.47 0.31 0 0.13 220.19 0.6 0.66
Hex 76 98 DD 2F 1F 0 D DC 3C 42
Octal 166 230 335 57 37 0 15 334 74 102
Binary 1110110 10011000 11011101 101111 11111 0 1101 11011100 111100 1000010

Color Harmonies of #7698DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7698DD

Black with #7698DD

Text Example


Text Example

White with #7698DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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