#799CEA

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

Shades of Jordy Blue #799CEA

Tints of Jordy Blue #799CEA

Color information

#799CEA (or 0x799CEA) is unknown color: approx Jordy Blue. HEX triplet: 79, 9C and EA. RGB value is (121,156,234). Sum of RGB (Red+Green+Blue) = 121+156+234=511 (67% of max value = 765). Red value is 121 (47.66% from 255 or 23.68% from 511); Green value is 156 (61.33% from 255 or 30.53% from 511); Blue value is 234 (91.80% from 255 or 45.79% from 511); Max value from RGB is 234 - color contains mainly: blue. Hex color #799CEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #799CEA is #866315. Grayscale: #9A9A9A. Windows color (decimal): -8807190 or 15375481. OLE color: 15375481.

HSL color Cylindrical-coordinate representation of color #799CEA: hue angle of 221.42º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #799CEA is Cyan = 0.48, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB121156234-
CMYK0.480.3300.08
HSL221.42º72.9%69.61%-
HSV(B)221.42º48.29%91.76%-
XYZ34.6233.7882.54-
YUV154.43172.9104.16-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 23.68%
GREEN value IS 156 (61.33% from 255) = 30.53%
BLUE value IS 234 (91.80% from 255) = 45.79%
R=23.68%
G=30.53%
B=45.79%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1211562340.480.3300.08221.4272.969.61
Hex799CEA302108dd4946
Octal1712343526041010335111106
Binary11110011001110011101010110000100001010001101110110010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799CEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,156,234); }

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

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

 a { background-color: rgb(121,156,234); }

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

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

 span { border-color: rgb(121,156,234); }

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