Html Css Color HEX #7798DF Jordy Blue

📋 copy color: '#7798DF'

red 119 ◦ green 152 ◦ blue 223

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

Shades of Jordy Blue #7798DF

Tints of Jordy Blue #7798DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 45.14%

R = 24.09%
G = 30.77%
B = 45.14%

CMYK

 C value IS 0.47

 M value IS 0.32

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7798DF (or 0x7798DF) is known color: Jordy Blue. HEX triplet: 77, 98 and DF. RGB value is (119,152,223). Sum of RGB (Red+Green+Blue) = 119+152+223=494 (65% of max value = 765). Red value is 119 (46.88% from 255 or 24.09% from 494); Green value is 152 (59.77% from 255 or 30.77% from 494); Blue value is 223 (87.5% from 255 or 45.14% from 494); Max value from RGB is 223 - color contains mainly: blue. Hex color #7798DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7798DF is #886720. Grayscale: #959595. Windows color (decimal): -8939297 or 14653559. OLE color: 14653559.

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

Color convert

RGB 119 152 223 -
CMYK 0.47 0.32 0 0.13
HSL 220.96º 0.62% 0.67% -
HSV(B) 220.96º 0.47% 0.87% -
XYZ 32.16 31.71 74.24 -
YUV 150.23 169.07 105.73 -
System Red Green Blue C M Y K H S L
Decimal 119 152 223 0.47 0.32 0 0.13 220.96 0.62 0.67
Hex 77 98 DF 2F 20 0 D DD 3E 43
Octal 167 230 337 57 40 0 15 335 76 103
Binary 1110111 10011000 11011111 101111 100000 0 1101 11011101 111110 1000011

Color Harmonies of #7798DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7798DF

Black with #7798DF

Text Example


Text Example

White with #7798DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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