#799BE1

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

Shades of Jordy Blue #799BE1

Tints of Jordy Blue #799BE1

Color information

#799BE1 (or 0x799BE1) is unknown color: approx Jordy Blue. HEX triplet: 79, 9B and E1. RGB value is (121,155,225). Sum of RGB (Red+Green+Blue) = 121+155+225=501 (66% of max value = 765). Red value is 121 (47.66% from 255 or 24.15% from 501); Green value is 155 (60.94% from 255 or 30.94% from 501); Blue value is 225 (88.28% from 255 or 44.91% from 501); Max value from RGB is 225 - color contains mainly: blue. Hex color #799BE1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #799BE1 is #86641E. Grayscale: #989898. Windows color (decimal): -8807455 or 14785401. OLE color: 14785401.

HSL color Cylindrical-coordinate representation of color #799BE1: hue angle of 220.38º degrees, saturation: 0.63, 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 #799BE1 is Cyan = 0.46, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB121155225-
CMYK0.460.3100.12
HSL220.38º63.41%67.84%-
HSV(B)220.38º46.22%88.24%-
XYZ33.232.9475.84-
YUV152.81168.74105.31-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 24.15%
GREEN value IS 155 (60.94% from 255) = 30.94%
BLUE value IS 225 (88.28% from 255) = 44.91%
R=24.15%
G=30.94%
B=44.91%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1211552250.460.3100.12220.3863.4167.84
Hex799BE12E1F0Cdc3f44
Octal171233341563701433477104
Binary111100110011011111000011011101111101100110111001111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799BE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,155,225); }

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

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

 a { background-color: rgb(121,155,225); }

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

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

 span { border-color: rgb(121,155,225); }

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