Html Css Color HEX #799CDF Jordy Blue

📋 copy color: '#799CDF'

red 121 ◦ green 156 ◦ blue 223

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

Shades of Jordy Blue #799CDF

Tints of Jordy Blue #799CDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 44.6%

R = 24.2%
G = 31.2%
B = 44.6%

CMYK

 C value IS 0.46

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#799CDF (or 0x799CDF) is known color: Jordy Blue. HEX triplet: 79, 9C and DF. RGB value is (121,156,223). Sum of RGB (Red+Green+Blue) = 121+156+223=500 (66% of max value = 765). Red value is 121 (47.66% from 255 or 24.2% from 500); Green value is 156 (61.33% from 255 or 31.2% from 500); Blue value is 223 (87.5% from 255 or 44.6% from 500); Max value from RGB is 223 - color contains mainly: blue. Hex color #799CDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #799CDF is #866320. Grayscale: #989898. Windows color (decimal): -8807201 or 14654585. OLE color: 14654585.

HSL color Cylindrical-coordinate representation of color #799CDF: hue angle of 219.41º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #799CDF is Cyan = 0.46, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 121 156 223 -
CMYK 0.46 0.30 0 0.13
HSL 219.41º 0.61% 0.67% -
HSV(B) 219.41º 0.46% 0.87% -
XYZ 33.09 33.17 74.47 -
YUV 153.17 167.4 105.05 -
System Red Green Blue C M Y K H S L
Decimal 121 156 223 0.46 0.30 0 0.13 219.41 0.61 0.67
Hex 79 9C DF 2E 1E 0 D DB 3D 43
Octal 171 234 337 56 36 0 15 333 75 103
Binary 1111001 10011100 11011111 101110 11110 0 1101 11011011 111101 1000011

Color Harmonies of #799CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799CDF

Black with #799CDF

Text Example


Text Example

White with #799CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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