#799BDA

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

Shades of Jordy Blue #799BDA

Tints of Jordy Blue #799BDA

Color information

#799BDA (or 0x799BDA) is unknown color: approx Jordy Blue. HEX triplet: 79, 9B and DA. RGB value is (121,155,218). Sum of RGB (Red+Green+Blue) = 121+155+218=494 (65% of max value = 765). Red value is 121 (47.66% from 255 or 24.49% from 494); Green value is 155 (60.94% from 255 or 31.38% from 494); Blue value is 218 (85.55% from 255 or 44.13% from 494); Max value from RGB is 218 - color contains mainly: blue. Hex color #799BDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #799BDA is #866425. Grayscale: #979797. Windows color (decimal): -8807462 or 14326649. OLE color: 14326649.

HSL color Cylindrical-coordinate representation of color #799BDA: hue angle of 218.97º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #799BDA is Cyan = 0.44, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB121155218-
CMYK0.440.2900.15
HSL218.97º56.73%66.47%-
HSV(B)218.97º44.5%85.49%-
XYZ32.2632.5770.92-
YUV152.02165.24105.88-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 24.49%
GREEN value IS 155 (60.94% from 255) = 31.38%
BLUE value IS 218 (85.55% from 255) = 44.13%
R=24.49%
G=31.38%
B=44.13%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1211552180.440.2900.15218.9756.7366.47
Hex799BDA2C1D0Fdb3942
Octal171233332543501733371102
Binary111100110011011110110101011001110101111110110111110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799BDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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