Html Css Color HEX #799AD4 Jordy Blue

📋 copy color: '#799AD4'

red 121 ◦ green 154 ◦ blue 212

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

Shades of Jordy Blue #799AD4

Tints of Jordy Blue #799AD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 43.53%

R = 24.85%
G = 31.62%
B = 43.53%

CMYK

 C value IS 0.43

 M value IS 0.27

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#799AD4 (or 0x799AD4) is known color: Jordy Blue. HEX triplet: 79, 9A and D4. RGB value is (121,154,212). Sum of RGB (Red+Green+Blue) = 121+154+212=487 (64% of max value = 765). Red value is 121 (47.66% from 255 or 24.85% from 487); Green value is 154 (60.55% from 255 or 31.62% from 487); Blue value is 212 (83.20% from 255 or 43.53% from 487); Max value from RGB is 212 - color contains mainly: blue. Hex color #799AD4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #799AD4 is #86652B. Grayscale: #969696. Windows color (decimal): -8807724 or 13933177. OLE color: 13933177.

HSL color Cylindrical-coordinate representation of color #799AD4: hue angle of 218.24º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #799AD4 is Cyan = 0.43, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 121 154 212 -
CMYK 0.43 0.27 0 0.17
HSL 218.24º 0.51% 0.65% -
HSV(B) 218.24º 0.43% 0.83% -
XYZ 31.32 31.93 66.8 -
YUV 150.75 162.57 106.78 -
System Red Green Blue C M Y K H S L
Decimal 121 154 212 0.43 0.27 0 0.17 218.24 0.51 0.65
Hex 79 9A D4 2B 1B 0 11 DA 33 41
Octal 171 232 324 53 33 0 21 332 63 101
Binary 1111001 10011010 11010100 101011 11011 0 10001 11011010 110011 1000001

Color Harmonies of #799AD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799AD4

Black with #799AD4

Text Example


Text Example

White with #799AD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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