Html Css Color HEX #769EEB Jordy Blue

📋 copy color: '#769EEB'

red 118 ◦ green 158 ◦ blue 235

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

Shades of Jordy Blue #769EEB

Tints of Jordy Blue #769EEB

RGB

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

 GREEN value IS 158 (62.11% from 255) = 30.92%

 BLUE value IS 235 (92.19% from 255) = 45.99%

R = 23.09%
G = 30.92%
B = 45.99%

CMYK

 C value IS 0.50

 M value IS 0.33

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#769EEB (or 0x769EEB) is known color: Jordy Blue. HEX triplet: 76, 9E and EB. RGB value is (118,158,235). Sum of RGB (Red+Green+Blue) = 118+158+235=511 (67% of max value = 765). Red value is 118 (46.48% from 255 or 23.09% from 511); Green value is 158 (62.11% from 255 or 30.92% from 511); Blue value is 235 (92.19% from 255 or 45.99% from 511); Max value from RGB is 235 - color contains mainly: blue. Hex color #769EEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #769EEB is #896114. Grayscale: #9A9A9A. Windows color (decimal): -9003285 or 15441526. OLE color: 15441526.

HSL color Cylindrical-coordinate representation of color #769EEB: hue angle of 219.49º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #769EEB is Cyan = 0.50, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 118 158 235 -
CMYK 0.50 0.33 0 0.08
HSL 219.49º 0.75% 0.69% -
HSV(B) 219.49º 0.5% 0.92% -
XYZ 34.69 34.3 83.39 -
YUV 154.82 173.25 101.74 -
System Red Green Blue C M Y K H S L
Decimal 118 158 235 0.50 0.33 0 0.08 219.49 0.75 0.69
Hex 76 9E EB 32 21 0 8 DB 4B 45
Octal 166 236 353 62 41 0 10 333 113 105
Binary 1110110 10011110 11101011 110010 100001 0 1000 11011011 1001011 1000101

Color Harmonies of #769EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769EEB

Black with #769EEB

Text Example


Text Example

White with #769EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,158,235); }

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

background-color css

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

 a { background-color: rgb(118,158,235); }

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

border-color css

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

 span { border-color: rgb(118,158,235); }

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