Html Css Color HEX #799CEA Jordy Blue

📋 copy color: '#799CEA'

red 121 ◦ green 156 ◦ blue 234

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

Shades of Jordy Blue #799CEA

Tints of Jordy Blue #799CEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 45.79%

R = 23.68%
G = 30.53%
B = 45.79%

CMYK

 C value IS 0.48

 M value IS 0.33

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#799CEA (or 0x799CEA) is known color: Jordy Blue. HEX triplet: 79, 9C and EA. RGB value is (121,156,234). Sum of RGB (Red+Green+Blue) = 121+156+234=511 (67% of max value = 765). Red value is 121 (47.66% from 255 or 23.68% from 511); Green value is 156 (61.33% from 255 or 30.53% from 511); Blue value is 234 (91.80% from 255 or 45.79% from 511); Max value from RGB is 234 - color contains mainly: blue. Hex color #799CEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #799CEA is #866315. Grayscale: #9A9A9A. Windows color (decimal): -8807190 or 15375481. OLE color: 15375481.

HSL color Cylindrical-coordinate representation of color #799CEA: hue angle of 221.42º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #799CEA is Cyan = 0.48, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 121 156 234 -
CMYK 0.48 0.33 0 0.08
HSL 221.42º 0.73% 0.7% -
HSV(B) 221.42º 0.48% 0.92% -
XYZ 34.62 33.78 82.54 -
YUV 154.43 172.9 104.16 -
System Red Green Blue C M Y K H S L
Decimal 121 156 234 0.48 0.33 0 0.08 221.42 0.73 0.7
Hex 79 9C EA 30 21 0 8 DD 49 46
Octal 171 234 352 60 41 0 10 335 111 106
Binary 1111001 10011100 11101010 110000 100001 0 1000 11011101 1001001 1000110

Color Harmonies of #799CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799CEA

Black with #799CEA

Text Example


Text Example

White with #799CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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