Html Css Color HEX #799EDD Jordy Blue

📋 copy color: '#799EDD'

red 121 ◦ green 158 ◦ blue 221

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

Shades of Jordy Blue #799EDD

Tints of Jordy Blue #799EDD

RGB

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

 GREEN value IS 158 (62.11% from 255) = 31.6%

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

R = 24.2%
G = 31.6%
B = 44.2%

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

#799EDD (or 0x799EDD) is known color: Jordy Blue. HEX triplet: 79, 9E and DD. RGB value is (121,158,221). Sum of RGB (Red+Green+Blue) = 121+158+221=500 (66% of max value = 765). Red value is 121 (47.66% from 255 or 24.2% from 500); Green value is 158 (62.11% from 255 or 31.6% from 500); Blue value is 221 (86.72% from 255 or 44.2% from 500); Max value from RGB is 221 - color contains mainly: blue. Hex color #799EDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #799EDD is #866122. Grayscale: #999999. Windows color (decimal): -8806691 or 14524025. OLE color: 14524025.

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

Color convert

RGB 121 158 221 -
CMYK 0.45 0.29 0 0.13
HSL 217.8º 0.6% 0.67% -
HSV(B) 217.8º 0.45% 0.87% -
XYZ 33.16 33.74 73.17 -
YUV 154.12 165.74 104.38 -
System Red Green Blue C M Y K H S L
Decimal 121 158 221 0.45 0.29 0 0.13 217.8 0.6 0.67
Hex 79 9E DD 2D 1D 0 D DA 3C 43
Octal 171 236 335 55 35 0 15 332 74 103
Binary 1111001 10011110 11011101 101101 11101 0 1101 11011010 111100 1000011

Color Harmonies of #799EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799EDD

Black with #799EDD

Text Example


Text Example

White with #799EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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