Html Css Color HEX #769FD1 Jordy Blue

📋 copy color: '#769FD1'

red 118 ◦ green 159 ◦ blue 209

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

Shades of Jordy Blue #769FD1

Tints of Jordy Blue #769FD1

RGB

 RED value IS 118 (46.48% from 255) = 24.28%

 GREEN value IS 159 (62.5% from 255) = 32.72%

 BLUE value IS 209 (82.03% from 255) = 43%

R = 24.28%
G = 32.72%
B = 43%

CMYK

 C value IS 0.44

 M value IS 0.24

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#769FD1 (or 0x769FD1) is known color: Jordy Blue. HEX triplet: 76, 9F and D1. RGB value is (118,159,209). Sum of RGB (Red+Green+Blue) = 118+159+209=486 (64% of max value = 765). Red value is 118 (46.48% from 255 or 24.28% from 486); Green value is 159 (62.5% from 255 or 32.72% from 486); Blue value is 209 (82.03% from 255 or 43.00% from 486); Max value from RGB is 209 - color contains mainly: blue. Hex color #769FD1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #769FD1 is #89602E. Grayscale: #989898. Windows color (decimal): -9003055 or 13737846. OLE color: 13737846.

HSL color Cylindrical-coordinate representation of color #769FD1: hue angle of 212.97º degrees, saturation: 0.5, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #769FD1 is Cyan = 0.44, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 118 159 209 -
CMYK 0.44 0.24 0 0.18
HSL 212.97º 0.5% 0.64% -
HSV(B) 212.97º 0.44% 0.82% -
XYZ 31.38 33.25 65.09 -
YUV 152.44 159.92 103.43 -
System Red Green Blue C M Y K H S L
Decimal 118 159 209 0.44 0.24 0 0.18 212.97 0.5 0.64
Hex 76 9F D1 2C 18 0 12 D5 32 40
Octal 166 237 321 54 30 0 22 325 62 100
Binary 1110110 10011111 11010001 101100 11000 0 10010 11010101 110010 1000000

Color Harmonies of #769FD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769FD1

Black with #769FD1

Text Example


Text Example

White with #769FD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769FD1; }

 p { color: rgb(118,159,209); }

 H1.HeaderClassName
 {
   color: #769FD1;
 }
 .AnyTagClassName
 {
   color: #769FD1;
 }
</style>

background-color css

<style>
 a { background-color: #769FD1; }

 a { background-color: rgb(118,159,209); }

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

border-color css

<style>
 span { border-color: #769FD1; }

 span { border-color: rgb(118,159,209); }

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