Html Css Color HEX #799AE0 Jordy Blue

📋 copy color: '#799AE0'

red 121 ◦ green 154 ◦ blue 224

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

Shades of Jordy Blue #799AE0

Tints of Jordy Blue #799AE0

RGB

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

 GREEN value IS 154 (60.55% from 255) = 30.86%

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

R = 24.25%
G = 30.86%
B = 44.89%

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

#799AE0 (or 0x799AE0) is known color: Jordy Blue. HEX triplet: 79, 9A and E0. RGB value is (121,154,224). Sum of RGB (Red+Green+Blue) = 121+154+224=499 (66% of max value = 765). Red value is 121 (47.66% from 255 or 24.25% from 499); Green value is 154 (60.55% from 255 or 30.86% from 499); Blue value is 224 (87.89% from 255 or 44.89% from 499); Max value from RGB is 224 - color contains mainly: blue. Hex color #799AE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #799AE0 is #86651F. Grayscale: #979797. Windows color (decimal): -8807712 or 14719609. OLE color: 14719609.

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

Color convert

RGB 121 154 224 -
CMYK 0.46 0.31 0 0.12
HSL 220.78º 0.62% 0.68% -
HSV(B) 220.78º 0.46% 0.88% -
XYZ 32.9 32.56 75.07 -
YUV 152.11 168.57 105.81 -
System Red Green Blue C M Y K H S L
Decimal 121 154 224 0.46 0.31 0 0.12 220.78 0.62 0.68
Hex 79 9A E0 2E 1F 0 C DD 3E 44
Octal 171 232 340 56 37 0 14 335 76 104
Binary 1111001 10011010 11100000 101110 11111 0 1100 11011101 111110 1000100

Color Harmonies of #799AE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799AE0

Black with #799AE0

Text Example


Text Example

White with #799AE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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