Html Css Color HEX #799BDF Jordy Blue

📋 copy color: '#799BDF'

red 121 ◦ green 155 ◦ blue 223

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

Shades of Jordy Blue #799BDF

Tints of Jordy Blue #799BDF

RGB

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

 GREEN value IS 155 (60.94% from 255) = 31.06%

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

R = 24.25%
G = 31.06%
B = 44.69%

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

#799BDF (or 0x799BDF) is known color: Jordy Blue. HEX triplet: 79, 9B and DF. RGB value is (121,155,223). Sum of RGB (Red+Green+Blue) = 121+155+223=499 (66% of max value = 765). Red value is 121 (47.66% from 255 or 24.25% from 499); Green value is 155 (60.94% from 255 or 31.06% from 499); Blue value is 223 (87.5% from 255 or 44.69% from 499); Max value from RGB is 223 - color contains mainly: blue. Hex color #799BDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #799BDF is #866420. Grayscale: #989898. Windows color (decimal): -8807457 or 14654329. OLE color: 14654329.

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

Color convert

RGB 121 155 223 -
CMYK 0.46 0.30 0 0.13
HSL 220º 0.61% 0.67% -
HSV(B) 220º 0.46% 0.87% -
XYZ 32.93 32.84 74.41 -
YUV 152.59 167.74 105.47 -
System Red Green Blue C M Y K H S L
Decimal 121 155 223 0.46 0.30 0 0.13 220 0.61 0.67
Hex 79 9B DF 2E 1E 0 D DC 3D 43
Octal 171 233 337 56 36 0 15 334 75 103
Binary 1111001 10011011 11011111 101110 11110 0 1101 11011100 111101 1000011

Color Harmonies of #799BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799BDF

Black with #799BDF

Text Example


Text Example

White with #799BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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