Html Css Color HEX #799BDD Jordy Blue

📋 copy color: '#799BDD'

red 121 ◦ green 155 ◦ blue 221

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

Shades of Jordy Blue #799BDD

Tints of Jordy Blue #799BDD

RGB

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

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

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

R = 24.35%
G = 31.19%
B = 44.47%

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

#799BDD (or 0x799BDD) is known color: Jordy Blue. HEX triplet: 79, 9B and DD. RGB value is (121,155,221). Sum of RGB (Red+Green+Blue) = 121+155+221=497 (65% of max value = 765). Red value is 121 (47.66% from 255 or 24.35% from 497); Green value is 155 (60.94% from 255 or 31.19% from 497); Blue value is 221 (86.72% from 255 or 44.47% from 497); Max value from RGB is 221 - color contains mainly: blue. Hex color #799BDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #799BDD is #866422. Grayscale: #989898. Windows color (decimal): -8807459 or 14523257. OLE color: 14523257.

HSL color Cylindrical-coordinate representation of color #799BDD: hue angle of 219.6º 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 #799BDD is Cyan = 0.45, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 121 155 221 -
CMYK 0.45 0.30 0 0.13
HSL 219.6º 0.6% 0.67% -
HSV(B) 219.6º 0.45% 0.87% -
XYZ 32.66 32.73 73 -
YUV 152.36 166.74 105.63 -
System Red Green Blue C M Y K H S L
Decimal 121 155 221 0.45 0.30 0 0.13 219.6 0.6 0.67
Hex 79 9B DD 2D 1E 0 D DC 3C 43
Octal 171 233 335 55 36 0 15 334 74 103
Binary 1111001 10011011 11011101 101101 11110 0 1101 11011100 111100 1000011

Color Harmonies of #799BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799BDD

Black with #799BDD

Text Example


Text Example

White with #799BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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