Html Css Color HEX #799BD2 Jordy Blue

📋 copy color: '#799BD2'

red 121 ◦ green 155 ◦ blue 210

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

Shades of Jordy Blue #799BD2

Tints of Jordy Blue #799BD2

RGB

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

 GREEN value IS 155 (60.94% from 255) = 31.89%

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

R = 24.9%
G = 31.89%
B = 43.21%

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

#799BD2 (or 0x799BD2) is known color: Jordy Blue. HEX triplet: 79, 9B and D2. RGB value is (121,155,210). Sum of RGB (Red+Green+Blue) = 121+155+210=486 (64% of max value = 765). Red value is 121 (47.66% from 255 or 24.90% from 486); Green value is 155 (60.94% from 255 or 31.89% from 486); Blue value is 210 (82.42% from 255 or 43.21% from 486); Max value from RGB is 210 - color contains mainly: blue. Hex color #799BD2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #799BD2 is #86642D. Grayscale: #969696. Windows color (decimal): -8807470 or 13802361. OLE color: 13802361.

HSL color Cylindrical-coordinate representation of color #799BD2: hue angle of 217.08º 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 #799BD2 is Cyan = 0.42, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 121 155 210 -
CMYK 0.42 0.26 0 0.18
HSL 217.08º 0.5% 0.65% -
HSV(B) 217.08º 0.42% 0.82% -
XYZ 31.24 32.16 65.53 -
YUV 151.1 161.24 106.53 -
System Red Green Blue C M Y K H S L
Decimal 121 155 210 0.42 0.26 0 0.18 217.08 0.5 0.65
Hex 79 9B D2 2A 1A 0 12 D9 32 41
Octal 171 233 322 52 32 0 22 331 62 101
Binary 1111001 10011011 11010010 101010 11010 0 10010 11011001 110010 1000001

Color Harmonies of #799BD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799BD2

Black with #799BD2

Text Example


Text Example

White with #799BD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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