Html Css Color HEX #799DDE Jordy Blue

📋 copy color: '#799DDE'

red 121 ◦ green 157 ◦ blue 222

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

Shades of Jordy Blue #799DDE

Tints of Jordy Blue #799DDE

RGB

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

 GREEN value IS 157 (61.72% from 255) = 31.4%

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

R = 24.2%
G = 31.4%
B = 44.4%

CMYK

 C value IS 0.45

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#799DDE (or 0x799DDE) is known color: Jordy Blue. HEX triplet: 79, 9D and DE. RGB value is (121,157,222). Sum of RGB (Red+Green+Blue) = 121+157+222=500 (66% of max value = 765). Red value is 121 (47.66% from 255 or 24.2% from 500); Green value is 157 (61.72% from 255 or 31.4% from 500); Blue value is 222 (87.11% from 255 or 44.4% from 500); Max value from RGB is 222 - color contains mainly: blue. Hex color #799DDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #799DDE is #866221. Grayscale: #999999. Windows color (decimal): -8806946 or 14589305. OLE color: 14589305.

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

Color convert

RGB 121 157 222 -
CMYK 0.45 0.29 0 0.13
HSL 218.61º 0.6% 0.67% -
HSV(B) 218.61º 0.45% 0.87% -
XYZ 33.13 33.45 73.82 -
YUV 153.65 166.57 104.71 -
System Red Green Blue C M Y K H S L
Decimal 121 157 222 0.45 0.29 0 0.13 218.61 0.6 0.67
Hex 79 9D DE 2D 1D 0 D DB 3C 43
Octal 171 235 336 55 35 0 15 333 74 103
Binary 1111001 10011101 11011110 101101 11101 0 1101 11011011 111100 1000011

Color Harmonies of #799DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799DDE

Black with #799DDE

Text Example


Text Example

White with #799DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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