Html Css Color HEX #769EE8 Jordy Blue

📋 copy color: '#769EE8'

red 118 ◦ green 158 ◦ blue 232

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

Shades of Jordy Blue #769EE8

Tints of Jordy Blue #769EE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 45.67%

R = 23.23%
G = 31.1%
B = 45.67%

CMYK

 C value IS 0.49

 M value IS 0.32

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#769EE8 (or 0x769EE8) is known color: Jordy Blue. HEX triplet: 76, 9E and E8. RGB value is (118,158,232). Sum of RGB (Red+Green+Blue) = 118+158+232=508 (67% of max value = 765). Red value is 118 (46.48% from 255 or 23.23% from 508); Green value is 158 (62.11% from 255 or 31.10% from 508); Blue value is 232 (91.02% from 255 or 45.67% from 508); Max value from RGB is 232 - color contains mainly: blue. Hex color #769EE8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #769EE8 is #896117. Grayscale: #9A9A9A. Windows color (decimal): -9003288 or 15244918. OLE color: 15244918.

HSL color Cylindrical-coordinate representation of color #769EE8: hue angle of 218.95º degrees, saturation: 0.71, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #769EE8 is Cyan = 0.49, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 118 158 232 -
CMYK 0.49 0.32 0 0.09
HSL 218.95º 0.71% 0.69% -
HSV(B) 218.95º 0.49% 0.91% -
XYZ 34.26 34.13 81.13 -
YUV 154.48 171.75 101.98 -
System Red Green Blue C M Y K H S L
Decimal 118 158 232 0.49 0.32 0 0.09 218.95 0.71 0.69
Hex 76 9E E8 31 20 0 9 DB 47 45
Octal 166 236 350 61 40 0 11 333 107 105
Binary 1110110 10011110 11101000 110001 100000 0 1001 11011011 1000111 1000101

Color Harmonies of #769EE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769EE8

Black with #769EE8

Text Example


Text Example

White with #769EE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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