Html Css Color HEX #7798DE Jordy Blue

📋 copy color: '#7798DE'

red 119 ◦ green 152 ◦ blue 222

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

Shades of Jordy Blue #7798DE

Tints of Jordy Blue #7798DE

RGB

 RED value IS 119 (46.88% from 255) = 24.14%

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

 BLUE value IS 222 (87.11% from 255) = 45.03%

R = 24.14%
G = 30.83%
B = 45.03%

CMYK

 C value IS 0.46

 M value IS 0.32

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7798DE (or 0x7798DE) is known color: Jordy Blue. HEX triplet: 77, 98 and DE. RGB value is (119,152,222). Sum of RGB (Red+Green+Blue) = 119+152+222=493 (65% of max value = 765). Red value is 119 (46.88% from 255 or 24.14% from 493); Green value is 152 (59.77% from 255 or 30.83% from 493); Blue value is 222 (87.11% from 255 or 45.03% from 493); Max value from RGB is 222 - color contains mainly: blue. Hex color #7798DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7798DE is #886721. Grayscale: #959595. Windows color (decimal): -8939298 or 14588023. OLE color: 14588023.

HSL color Cylindrical-coordinate representation of color #7798DE: hue angle of 220.78º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7798DE is Cyan = 0.46, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 119 152 222 -
CMYK 0.46 0.32 0 0.13
HSL 220.78º 0.61% 0.67% -
HSV(B) 220.78º 0.46% 0.87% -
XYZ 32.02 31.65 73.53 -
YUV 150.11 168.57 105.81 -
System Red Green Blue C M Y K H S L
Decimal 119 152 222 0.46 0.32 0 0.13 220.78 0.61 0.67
Hex 77 98 DE 2E 20 0 D DD 3D 43
Octal 167 230 336 56 40 0 15 335 75 103
Binary 1110111 10011000 11011110 101110 100000 0 1101 11011101 111101 1000011

Color Harmonies of #7798DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7798DE

Black with #7798DE

Text Example


Text Example

White with #7798DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7798DE; }

 p { color: rgb(119,152,222); }

 H1.HeaderClassName
 {
   color: #7798DE;
 }
 .AnyTagClassName
 {
   color: #7798DE;
 }
</style>

background-color css

<style>
 a { background-color: #7798DE; }

 a { background-color: rgb(119,152,222); }

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

border-color css

<style>
 span { border-color: #7798DE; }

 span { border-color: rgb(119,152,222); }

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