Html Css Color HEX #799BD8 Jordy Blue

📋 copy color: '#799BD8'

red 121 ◦ green 155 ◦ blue 216

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

Shades of Jordy Blue #799BD8

Tints of Jordy Blue #799BD8

RGB

 RED value IS 121 (47.66% from 255) = 24.59%

 GREEN value IS 155 (60.94% from 255) = 31.5%

 BLUE value IS 216 (84.77% from 255) = 43.9%

R = 24.59%
G = 31.5%
B = 43.9%

CMYK

 C value IS 0.44

 M value IS 0.28

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#799BD8 (or 0x799BD8) is known color: Jordy Blue. HEX triplet: 79, 9B and D8. RGB value is (121,155,216). Sum of RGB (Red+Green+Blue) = 121+155+216=492 (65% of max value = 765). Red value is 121 (47.66% from 255 or 24.59% from 492); Green value is 155 (60.94% from 255 or 31.50% from 492); Blue value is 216 (84.77% from 255 or 43.90% from 492); Max value from RGB is 216 - color contains mainly: blue. Hex color #799BD8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #799BD8 is #866427. Grayscale: #979797. Windows color (decimal): -8807464 or 14195577. OLE color: 14195577.

HSL color Cylindrical-coordinate representation of color #799BD8: hue angle of 218.53º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #799BD8 is Cyan = 0.44, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 121 155 216 -
CMYK 0.44 0.28 0 0.15
HSL 218.53º 0.55% 0.66% -
HSV(B) 218.53º 0.44% 0.85% -
XYZ 32 32.47 69.55 -
YUV 151.79 164.24 106.04 -
System Red Green Blue C M Y K H S L
Decimal 121 155 216 0.44 0.28 0 0.15 218.53 0.55 0.66
Hex 79 9B D8 2C 1C 0 F DB 37 42
Octal 171 233 330 54 34 0 17 333 67 102
Binary 1111001 10011011 11011000 101100 11100 0 1111 11011011 110111 1000010

Color Harmonies of #799BD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799BD8

Black with #799BD8

Text Example


Text Example

White with #799BD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #799BD8; }

 p { color: rgb(121,155,216); }

 H1.HeaderClassName
 {
   color: #799BD8;
 }
 .AnyTagClassName
 {
   color: #799BD8;
 }
</style>

background-color css

<style>
 a { background-color: #799BD8; }

 a { background-color: rgb(121,155,216); }

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

border-color css

<style>
 span { border-color: #799BD8; }

 span { border-color: rgb(121,155,216); }

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