#799ee0

Color #799EE0 Jordy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jordy Blue #799EE0

Tints of Jordy Blue #799EE0

Color information

#799EE0 (or 0x799EE0) is unknown color: approx Jordy Blue. HEX triplet: 79, 9E and E0. RGB value is (121,158,224). Sum of RGB (Red+Green+Blue) = 121+158+224=503 (66% of max value = 765). Red value is 121 (47.66% from 255 or 24.06% from 503); Green value is 158 (62.11% from 255 or 31.41% from 503); Blue value is 224 (87.89% from 255 or 44.53% from 503); Max value from RGB is 224 - color contains mainly: blue. Hex color #799EE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #799EE0 is #86611F. Grayscale: #9A9A9A. Windows color (decimal): -8806688 or 14720633. OLE color: 14720633.

HSL color Cylindrical-coordinate representation of color #799EE0: hue angle of 218.45º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #799EE0 is Cyan = 0.46, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB121158224-
CMYK0.460.2900.12
HSL218.45º62.42%67.65%-
HSV(B)218.45º45.98%87.84%-
XYZ33.5733.975.3-
YUV154.46167.24104.13-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 24.06%
GREEN value IS 158 (62.11% from 255) = 31.41%
BLUE value IS 224 (87.89% from 255) = 44.53%
R=24.06%
G=31.41%
B=44.53%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1211582240.460.2900.12218.4562.4267.65
Hex799EE02E1D0Cda3e44
Octal171236340563501433276104
Binary111100110011110111000001011101110101100110110101111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799ee0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #799ee0;
 }
 .AnyTagClassName
 {
   color: #799ee0;
 }
</style>
background-color css

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

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

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

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

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

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