Html Css Color HEX #799ADE Jordy Blue

📋 copy color: '#799ADE'

red 121 ◦ green 154 ◦ blue 222

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

Shades of Jordy Blue #799ADE

Tints of Jordy Blue #799ADE

RGB

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

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

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

R = 24.35%
G = 30.99%
B = 44.67%

CMYK

 C value IS 0.45

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#799ADE (or 0x799ADE) is known color: Jordy Blue. HEX triplet: 79, 9A and DE. RGB value is (121,154,222). Sum of RGB (Red+Green+Blue) = 121+154+222=497 (65% of max value = 765). Red value is 121 (47.66% from 255 or 24.35% from 497); Green value is 154 (60.55% from 255 or 30.99% from 497); Blue value is 222 (87.11% from 255 or 44.67% from 497); Max value from RGB is 222 - color contains mainly: blue. Hex color #799ADE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #799ADE is #866521. Grayscale: #979797. Windows color (decimal): -8807714 or 14588537. OLE color: 14588537.

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

Color convert

RGB 121 154 222 -
CMYK 0.45 0.31 0 0.13
HSL 220.4º 0.6% 0.67% -
HSV(B) 220.4º 0.45% 0.87% -
XYZ 32.63 32.45 73.65 -
YUV 151.89 167.57 105.97 -
System Red Green Blue C M Y K H S L
Decimal 121 154 222 0.45 0.31 0 0.13 220.4 0.6 0.67
Hex 79 9A DE 2D 1F 0 D DC 3C 43
Octal 171 232 336 55 37 0 15 334 74 103
Binary 1111001 10011010 11011110 101101 11111 0 1101 11011100 111100 1000011

Color Harmonies of #799ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799ADE

Black with #799ADE

Text Example


Text Example

White with #799ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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