Html Css Color HEX #799FE0 Jordy Blue

📋 copy color: '#799FE0'

red 121 ◦ green 159 ◦ blue 224

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

Shades of Jordy Blue #799FE0

Tints of Jordy Blue #799FE0

RGB

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

 GREEN value IS 159 (62.5% from 255) = 31.55%

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

R = 24.01%
G = 31.55%
B = 44.44%

CMYK

 C value IS 0.46

 M value IS 0.29

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#799FE0 (or 0x799FE0) is known color: Jordy Blue. HEX triplet: 79, 9F and E0. RGB value is (121,159,224). Sum of RGB (Red+Green+Blue) = 121+159+224=504 (66% of max value = 765). Red value is 121 (47.66% from 255 or 24.01% from 504); Green value is 159 (62.5% from 255 or 31.55% from 504); Blue value is 224 (87.89% from 255 or 44.44% from 504); Max value from RGB is 224 - color contains mainly: blue. Hex color #799FE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #799FE0 is #86601F. Grayscale: #9A9A9A. Windows color (decimal): -8806432 or 14720889. OLE color: 14720889.

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

Color convert

RGB 121 159 224 -
CMYK 0.46 0.29 0 0.12
HSL 217.86º 0.62% 0.68% -
HSV(B) 217.86º 0.46% 0.88% -
XYZ 33.74 34.24 75.35 -
YUV 155.05 166.91 103.71 -
System Red Green Blue C M Y K H S L
Decimal 121 159 224 0.46 0.29 0 0.12 217.86 0.62 0.68
Hex 79 9F E0 2E 1D 0 C DA 3E 44
Octal 171 237 340 56 35 0 14 332 76 104
Binary 1111001 10011111 11100000 101110 11101 0 1100 11011010 111110 1000100

Color Harmonies of #799FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799FE0

Black with #799FE0

Text Example


Text Example

White with #799FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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