Html Css Color HEX #799ADD Jordy Blue

📋 copy color: '#799ADD'

red 121 ◦ green 154 ◦ blue 221

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

Shades of Jordy Blue #799ADD

Tints of Jordy Blue #799ADD

RGB

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

 GREEN value IS 154 (60.55% from 255) = 31.05%

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

R = 24.4%
G = 31.05%
B = 44.56%

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

#799ADD (or 0x799ADD) is known color: Jordy Blue. HEX triplet: 79, 9A and DD. RGB value is (121,154,221). Sum of RGB (Red+Green+Blue) = 121+154+221=496 (65% of max value = 765). Red value is 121 (47.66% from 255 or 24.40% from 496); Green value is 154 (60.55% from 255 or 31.05% from 496); Blue value is 221 (86.72% from 255 or 44.56% from 496); Max value from RGB is 221 - color contains mainly: blue. Hex color #799ADD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #799ADD is #866522. Grayscale: #979797. Windows color (decimal): -8807715 or 14523001. OLE color: 14523001.

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

Color convert

RGB 121 154 221 -
CMYK 0.45 0.30 0 0.13
HSL 220.2º 0.6% 0.67% -
HSV(B) 220.2º 0.45% 0.87% -
XYZ 32.49 32.4 72.95 -
YUV 151.77 167.07 106.05 -
System Red Green Blue C M Y K H S L
Decimal 121 154 221 0.45 0.30 0 0.13 220.2 0.6 0.67
Hex 79 9A DD 2D 1E 0 D DC 3C 43
Octal 171 232 335 55 36 0 15 334 74 103
Binary 1111001 10011010 11011101 101101 11110 0 1101 11011100 111100 1000011

Color Harmonies of #799ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799ADD

Black with #799ADD

Text Example


Text Example

White with #799ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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