Html Css Color HEX #799BDE Jordy Blue

📋 copy color: '#799BDE'

red 121 ◦ green 155 ◦ blue 222

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

Shades of Jordy Blue #799BDE

Tints of Jordy Blue #799BDE

RGB

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

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

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

R = 24.3%
G = 31.12%
B = 44.58%

CMYK

 C value IS 0.45

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#799BDE (or 0x799BDE) is known color: Jordy Blue. HEX triplet: 79, 9B and DE. RGB value is (121,155,222). Sum of RGB (Red+Green+Blue) = 121+155+222=498 (65% of max value = 765). Red value is 121 (47.66% from 255 or 24.30% from 498); Green value is 155 (60.94% from 255 or 31.12% from 498); Blue value is 222 (87.11% from 255 or 44.58% from 498); Max value from RGB is 222 - color contains mainly: blue. Hex color #799BDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #799BDE is #866421. Grayscale: #989898. Windows color (decimal): -8807458 or 14588793. OLE color: 14588793.

HSL color Cylindrical-coordinate representation of color #799BDE: hue angle of 219.8º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #799BDE is Cyan = 0.45, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 121 155 222 -
CMYK 0.45 0.30 0 0.13
HSL 219.8º 0.6% 0.67% -
HSV(B) 219.8º 0.45% 0.87% -
XYZ 32.79 32.78 73.71 -
YUV 152.47 167.24 105.55 -
System Red Green Blue C M Y K H S L
Decimal 121 155 222 0.45 0.30 0 0.13 219.8 0.6 0.67
Hex 79 9B DE 2D 1E 0 D DC 3C 43
Octal 171 233 336 55 36 0 15 334 74 103
Binary 1111001 10011011 11011110 101101 11110 0 1101 11011100 111100 1000011

Color Harmonies of #799BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799BDE

Black with #799BDE

Text Example


Text Example

White with #799BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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