Html Css Color HEX #799CDB Jordy Blue

📋 copy color: '#799CDB'

red 121 ◦ green 156 ◦ blue 219

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

Shades of Jordy Blue #799CDB

Tints of Jordy Blue #799CDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 44.15%

R = 24.4%
G = 31.45%
B = 44.15%

CMYK

 C value IS 0.45

 M value IS 0.29

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#799CDB (or 0x799CDB) is known color: Jordy Blue. HEX triplet: 79, 9C and DB. RGB value is (121,156,219). Sum of RGB (Red+Green+Blue) = 121+156+219=496 (65% of max value = 765). Red value is 121 (47.66% from 255 or 24.40% from 496); Green value is 156 (61.33% from 255 or 31.45% from 496); Blue value is 219 (85.94% from 255 or 44.15% from 496); Max value from RGB is 219 - color contains mainly: blue. Hex color #799CDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #799CDB is #866324. Grayscale: #989898. Windows color (decimal): -8807205 or 14392441. OLE color: 14392441.

HSL color Cylindrical-coordinate representation of color #799CDB: hue angle of 218.57º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #799CDB is Cyan = 0.45, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 121 156 219 -
CMYK 0.45 0.29 0 0.14
HSL 218.57º 0.58% 0.67% -
HSV(B) 218.57º 0.45% 0.86% -
XYZ 32.56 32.96 71.66 -
YUV 152.72 165.4 105.38 -
System Red Green Blue C M Y K H S L
Decimal 121 156 219 0.45 0.29 0 0.14 218.57 0.58 0.67
Hex 79 9C DB 2D 1D 0 E DB 3A 43
Octal 171 234 333 55 35 0 16 333 72 103
Binary 1111001 10011100 11011011 101101 11101 0 1110 11011011 111010 1000011

Color Harmonies of #799CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799CDB

Black with #799CDB

Text Example


Text Example

White with #799CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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