Html Css Color HEX #799CE0 Jordy Blue

📋 copy color: '#799CE0'

red 121 ◦ green 156 ◦ blue 224

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

Shades of Jordy Blue #799CE0

Tints of Jordy Blue #799CE0

RGB

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

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

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

R = 24.15%
G = 31.14%
B = 44.71%

CMYK

 C value IS 0.46

 M value IS 0.30

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#799CE0 (or 0x799CE0) is known color: Jordy Blue. HEX triplet: 79, 9C and E0. RGB value is (121,156,224). Sum of RGB (Red+Green+Blue) = 121+156+224=501 (66% of max value = 765). Red value is 121 (47.66% from 255 or 24.15% from 501); Green value is 156 (61.33% from 255 or 31.14% from 501); Blue value is 224 (87.89% from 255 or 44.71% from 501); Max value from RGB is 224 - color contains mainly: blue. Hex color #799CE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #799CE0 is #86631F. Grayscale: #989898. Windows color (decimal): -8807200 or 14720121. OLE color: 14720121.

HSL color Cylindrical-coordinate representation of color #799CE0: hue angle of 219.61º 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 #799CE0 is Cyan = 0.46, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 121 156 224 -
CMYK 0.46 0.30 0 0.12
HSL 219.61º 0.62% 0.68% -
HSV(B) 219.61º 0.46% 0.88% -
XYZ 33.23 33.22 75.18 -
YUV 153.29 167.9 104.97 -
System Red Green Blue C M Y K H S L
Decimal 121 156 224 0.46 0.30 0 0.12 219.61 0.62 0.68
Hex 79 9C E0 2E 1E 0 C DC 3E 44
Octal 171 234 340 56 36 0 14 334 76 104
Binary 1111001 10011100 11100000 101110 11110 0 1100 11011100 111110 1000100

Color Harmonies of #799CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799CE0

Black with #799CE0

Text Example


Text Example

White with #799CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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