Html Css Color HEX #799CD2 Jordy Blue

📋 copy color: '#799CD2'

red 121 ◦ green 156 ◦ blue 210

#799CD2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jordy Blue #799CD2

Tints of Jordy Blue #799CD2

RGB

 RED value IS 121 (47.66% from 255) = 24.85%

 GREEN value IS 156 (61.33% from 255) = 32.03%

 BLUE value IS 210 (82.42% from 255) = 43.12%

R = 24.85%
G = 32.03%
B = 43.12%

CMYK

 C value IS 0.42

 M value IS 0.26

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#799CD2 (or 0x799CD2) is known color: Jordy Blue. HEX triplet: 79, 9C and D2. RGB value is (121,156,210). Sum of RGB (Red+Green+Blue) = 121+156+210=487 (64% of max value = 765). Red value is 121 (47.66% from 255 or 24.85% from 487); Green value is 156 (61.33% from 255 or 32.03% from 487); Blue value is 210 (82.42% from 255 or 43.12% from 487); Max value from RGB is 210 - color contains mainly: blue. Hex color #799CD2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #799CD2 is #86632D. Grayscale: #979797. Windows color (decimal): -8807214 or 13802617. OLE color: 13802617.

HSL color Cylindrical-coordinate representation of color #799CD2: hue angle of 216.4º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #799CD2 is Cyan = 0.42, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 121 156 210 -
CMYK 0.42 0.26 0 0.18
HSL 216.4º 0.5% 0.65% -
HSV(B) 216.4º 0.42% 0.82% -
XYZ 31.41 32.5 65.59 -
YUV 151.69 160.9 106.11 -
System Red Green Blue C M Y K H S L
Decimal 121 156 210 0.42 0.26 0 0.18 216.4 0.5 0.65
Hex 79 9C D2 2A 1A 0 12 D8 32 41
Octal 171 234 322 52 32 0 22 330 62 101
Binary 1111001 10011100 11010010 101010 11010 0 10010 11011000 110010 1000001

Color Harmonies of #799CD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799CD2

Black with #799CD2

Text Example


Text Example

White with #799CD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #799CD2;
 }
 .AnyTagClassName
 {
   color: #799CD2;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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