Html Css Color HEX #769BDB Jordy Blue

📋 copy color: '#769BDB'

red 118 ◦ green 155 ◦ blue 219

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

Shades of Jordy Blue #769BDB

Tints of Jordy Blue #769BDB

RGB

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

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

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

R = 23.98%
G = 31.5%
B = 44.51%

CMYK

 C value IS 0.46

 M value IS 0.29

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#769BDB (or 0x769BDB) is known color: Jordy Blue. HEX triplet: 76, 9B and DB. RGB value is (118,155,219). Sum of RGB (Red+Green+Blue) = 118+155+219=492 (65% of max value = 765). Red value is 118 (46.48% from 255 or 23.98% from 492); Green value is 155 (60.94% from 255 or 31.50% from 492); Blue value is 219 (85.94% from 255 or 44.51% from 492); Max value from RGB is 219 - color contains mainly: blue. Hex color #769BDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #769BDB is #896424. Grayscale: #969696. Windows color (decimal): -9004069 or 14392182. OLE color: 14392182.

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

Color convert

RGB 118 155 219 -
CMYK 0.46 0.29 0 0.14
HSL 218.02º 0.58% 0.66% -
HSV(B) 218.02º 0.46% 0.86% -
XYZ 31.98 32.41 71.59 -
YUV 151.23 166.24 104.3 -
System Red Green Blue C M Y K H S L
Decimal 118 155 219 0.46 0.29 0 0.14 218.02 0.58 0.66
Hex 76 9B DB 2E 1D 0 E DA 3A 42
Octal 166 233 333 56 35 0 16 332 72 102
Binary 1110110 10011011 11011011 101110 11101 0 1110 11011010 111010 1000010

Color Harmonies of #769BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769BDB

Black with #769BDB

Text Example


Text Example

White with #769BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,155,219); }

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

background-color css

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

 a { background-color: rgb(118,155,219); }

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

border-color css

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

 span { border-color: rgb(118,155,219); }

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