Html Css Color HEX #799FED Jordy Blue

📋 copy color: '#799FED'

red 121 ◦ green 159 ◦ blue 237

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

Shades of Jordy Blue #799FED

Tints of Jordy Blue #799FED

RGB

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

 GREEN value IS 159 (62.5% from 255) = 30.75%

 BLUE value IS 237 (92.97% from 255) = 45.84%

R = 23.4%
G = 30.75%
B = 45.84%

CMYK

 C value IS 0.49

 M value IS 0.33

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#799FED (or 0x799FED) is known color: Jordy Blue. HEX triplet: 79, 9F and ED. RGB value is (121,159,237). Sum of RGB (Red+Green+Blue) = 121+159+237=517 (68% of max value = 765). Red value is 121 (47.66% from 255 or 23.40% from 517); Green value is 159 (62.5% from 255 or 30.75% from 517); Blue value is 237 (92.97% from 255 or 45.84% from 517); Max value from RGB is 237 - color contains mainly: blue. Hex color #799FED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #799FED is #866012. Grayscale: #9C9C9C. Windows color (decimal): -8806419 or 15572857. OLE color: 15572857.

HSL color Cylindrical-coordinate representation of color #799FED: hue angle of 220.34º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #799FED is Cyan = 0.49, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 121 159 237 -
CMYK 0.49 0.33 0 0.07
HSL 220.34º 0.76% 0.7% -
HSV(B) 220.34º 0.49% 0.93% -
XYZ 35.57 34.98 85 -
YUV 156.53 173.41 102.66 -
System Red Green Blue C M Y K H S L
Decimal 121 159 237 0.49 0.33 0 0.07 220.34 0.76 0.7
Hex 79 9F ED 31 21 0 7 DC 4C 46
Octal 171 237 355 61 41 0 7 334 114 106
Binary 1111001 10011111 11101101 110001 100001 0 111 11011100 1001100 1000110

Color Harmonies of #799FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799FED

Black with #799FED

Text Example


Text Example

White with #799FED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,159,237); }

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

background-color css

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

 a { background-color: rgb(121,159,237); }

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

border-color css

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

 span { border-color: rgb(121,159,237); }

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