#799CDA

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

Shades of Jordy Blue #799CDA

Tints of Jordy Blue #799CDA

Color information

#799CDA (or 0x799CDA) is unknown color: approx Jordy Blue. HEX triplet: 79, 9C and DA. RGB value is (121,156,218). Sum of RGB (Red+Green+Blue) = 121+156+218=495 (65% of max value = 765). Red value is 121 (47.66% from 255 or 24.44% from 495); Green value is 156 (61.33% from 255 or 31.52% from 495); Blue value is 218 (85.55% from 255 or 44.04% from 495); Max value from RGB is 218 - color contains mainly: blue. Hex color #799CDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #799CDA is #866325. Grayscale: #989898. Windows color (decimal): -8807206 or 14326905. OLE color: 14326905.

HSL color Cylindrical-coordinate representation of color #799CDA: hue angle of 218.35º 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 #799CDA is Cyan = 0.44, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB121156218-
CMYK0.440.2800.15
HSL218.35º56.73%66.47%-
HSV(B)218.35º44.5%85.49%-
XYZ32.4332.970.97-
YUV152.6164.9105.46-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 24.44%
GREEN value IS 156 (61.33% from 255) = 31.52%
BLUE value IS 218 (85.55% from 255) = 44.04%
R=24.44%
G=31.52%
B=44.04%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1211562180.440.2800.15218.3556.7366.47
Hex799CDA2C1C0Fda3942
Octal171234332543401733271102
Binary111100110011100110110101011001110001111110110101110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799CDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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