Html Css Color HEX #799BE9 Jordy Blue

📋 copy color: '#799BE9'

red 121 ◦ green 155 ◦ blue 233

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

Shades of Jordy Blue #799BE9

Tints of Jordy Blue #799BE9

RGB

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

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

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

R = 23.77%
G = 30.45%
B = 45.78%

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

#799BE9 (or 0x799BE9) is known color: Jordy Blue. HEX triplet: 79, 9B and E9. RGB value is (121,155,233). Sum of RGB (Red+Green+Blue) = 121+155+233=509 (67% of max value = 765). Red value is 121 (47.66% from 255 or 23.77% from 509); Green value is 155 (60.94% from 255 or 30.45% from 509); Blue value is 233 (91.41% from 255 or 45.78% from 509); Max value from RGB is 233 - color contains mainly: blue. Hex color #799BE9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #799BE9 is #866416. Grayscale: #999999. Windows color (decimal): -8807447 or 15309689. OLE color: 15309689.

HSL color Cylindrical-coordinate representation of color #799BE9: hue angle of 221.79º 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 #799BE9 is Cyan = 0.48, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 121 155 233 -
CMYK 0.48 0.33 0 0.09
HSL 221.79º 0.72% 0.69% -
HSV(B) 221.79º 0.48% 0.91% -
XYZ 34.31 33.39 81.73 -
YUV 153.73 172.74 104.66 -
System Red Green Blue C M Y K H S L
Decimal 121 155 233 0.48 0.33 0 0.09 221.79 0.72 0.69
Hex 79 9B E9 30 21 0 9 DE 48 45
Octal 171 233 351 60 41 0 11 336 110 105
Binary 1111001 10011011 11101001 110000 100001 0 1001 11011110 1001000 1000101

Color Harmonies of #799BE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799BE9

Black with #799BE9

Text Example


Text Example

White with #799BE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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