Html Css Color HEX #799CE9 Jordy Blue

📋 copy color: '#799CE9'

red 121 ◦ green 156 ◦ blue 233

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

Shades of Jordy Blue #799CE9

Tints of Jordy Blue #799CE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 45.69%

R = 23.73%
G = 30.59%
B = 45.69%

CMYK

 C value IS 0.48

 M value IS 0.33

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#799CE9 (or 0x799CE9) is known color: Jordy Blue. HEX triplet: 79, 9C and E9. RGB value is (121,156,233). Sum of RGB (Red+Green+Blue) = 121+156+233=510 (67% of max value = 765). Red value is 121 (47.66% from 255 or 23.73% from 510); Green value is 156 (61.33% from 255 or 30.59% from 510); Blue value is 233 (91.41% from 255 or 45.69% from 510); Max value from RGB is 233 - color contains mainly: blue. Hex color #799CE9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #799CE9 is #866316. Grayscale: #999999. Windows color (decimal): -8807191 or 15309945. OLE color: 15309945.

HSL color Cylindrical-coordinate representation of color #799CE9: hue angle of 221.25º degrees, saturation: 0.72, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #799CE9 is Cyan = 0.48, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 121 156 233 -
CMYK 0.48 0.33 0 0.09
HSL 221.25º 0.72% 0.69% -
HSV(B) 221.25º 0.48% 0.91% -
XYZ 34.48 33.73 81.78 -
YUV 154.31 172.4 104.24 -
System Red Green Blue C M Y K H S L
Decimal 121 156 233 0.48 0.33 0 0.09 221.25 0.72 0.69
Hex 79 9C E9 30 21 0 9 DD 48 45
Octal 171 234 351 60 41 0 11 335 110 105
Binary 1111001 10011100 11101001 110000 100001 0 1001 11011101 1001000 1000101

Color Harmonies of #799CE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799CE9

Black with #799CE9

Text Example


Text Example

White with #799CE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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