Html Css Color HEX #769FEB Jordy Blue

📋 copy color: '#769FEB'

red 118 ◦ green 159 ◦ blue 235

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

Shades of Jordy Blue #769FEB

Tints of Jordy Blue #769FEB

RGB

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

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

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

R = 23.05%
G = 31.05%
B = 45.9%

CMYK

 C value IS 0.50

 M value IS 0.32

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#769FEB (or 0x769FEB) is known color: Jordy Blue. HEX triplet: 76, 9F and EB. RGB value is (118,159,235). Sum of RGB (Red+Green+Blue) = 118+159+235=512 (67% of max value = 765). Red value is 118 (46.48% from 255 or 23.05% from 512); Green value is 159 (62.5% from 255 or 31.05% from 512); Blue value is 235 (92.19% from 255 or 45.90% from 512); Max value from RGB is 235 - color contains mainly: blue. Hex color #769FEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #769FEB is #896014. Grayscale: #9B9B9B. Windows color (decimal): -9003029 or 15441782. OLE color: 15441782.

HSL color Cylindrical-coordinate representation of color #769FEB: hue angle of 218.97º 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 #769FEB is Cyan = 0.50, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 118 159 235 -
CMYK 0.50 0.32 0 0.08
HSL 218.97º 0.75% 0.69% -
HSV(B) 218.97º 0.5% 0.92% -
XYZ 34.86 34.65 83.45 -
YUV 155.41 172.92 101.32 -
System Red Green Blue C M Y K H S L
Decimal 118 159 235 0.50 0.32 0 0.08 218.97 0.75 0.69
Hex 76 9F EB 32 20 0 8 DB 4B 45
Octal 166 237 353 62 40 0 10 333 113 105
Binary 1110110 10011111 11101011 110010 100000 0 1000 11011011 1001011 1000101

Color Harmonies of #769FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769FEB

Black with #769FEB

Text Example


Text Example

White with #769FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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