Html Css Color HEX #799BE0 Jordy Blue

📋 copy color: '#799BE0'

red 121 ◦ green 155 ◦ blue 224

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

Shades of Jordy Blue #799BE0

Tints of Jordy Blue #799BE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 44.8%

R = 24.2%
G = 31%
B = 44.8%

CMYK

 C value IS 0.46

 M value IS 0.31

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#799BE0 (or 0x799BE0) is known color: Jordy Blue. HEX triplet: 79, 9B and E0. RGB value is (121,155,224). Sum of RGB (Red+Green+Blue) = 121+155+224=500 (66% of max value = 765). Red value is 121 (47.66% from 255 or 24.2% from 500); Green value is 155 (60.94% from 255 or 31% from 500); Blue value is 224 (87.89% from 255 or 44.8% from 500); Max value from RGB is 224 - color contains mainly: blue. Hex color #799BE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #799BE0 is #86641F. Grayscale: #989898. Windows color (decimal): -8807456 or 14719865. OLE color: 14719865.

HSL color Cylindrical-coordinate representation of color #799BE0: hue angle of 220.19º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #799BE0 is Cyan = 0.46, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 121 155 224 -
CMYK 0.46 0.31 0 0.12
HSL 220.19º 0.62% 0.68% -
HSV(B) 220.19º 0.46% 0.88% -
XYZ 33.06 32.89 75.13 -
YUV 152.7 168.24 105.39 -
System Red Green Blue C M Y K H S L
Decimal 121 155 224 0.46 0.31 0 0.12 220.19 0.62 0.68
Hex 79 9B E0 2E 1F 0 C DC 3E 44
Octal 171 233 340 56 37 0 14 334 76 104
Binary 1111001 10011011 11100000 101110 11111 0 1100 11011100 111110 1000100

Color Harmonies of #799BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799BE0

Black with #799BE0

Text Example


Text Example

White with #799BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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