Html Css Color HEX #769FEC Jordy Blue

📋 copy color: '#769FEC'

red 118 ◦ green 159 ◦ blue 236

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

Shades of Jordy Blue #769FEC

Tints of Jordy Blue #769FEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 46%

R = 23%
G = 30.99%
B = 46%

CMYK

 C value IS 0.5

 M value IS 0.33

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#769FEC (or 0x769FEC) is known color: Jordy Blue. HEX triplet: 76, 9F and EC. RGB value is (118,159,236). Sum of RGB (Red+Green+Blue) = 118+159+236=513 (67% of max value = 765). Red value is 118 (46.48% from 255 or 23.00% from 513); Green value is 159 (62.5% from 255 or 30.99% from 513); Blue value is 236 (92.58% from 255 or 46.00% from 513); Max value from RGB is 236 - color contains mainly: blue. Hex color #769FEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #769FEC is #896013. Grayscale: #9B9B9B. Windows color (decimal): -9003028 or 15507318. OLE color: 15507318.

HSL color Cylindrical-coordinate representation of color #769FEC: hue angle of 219.15º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #769FEC is Cyan = 0.5, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 118 159 236 -
CMYK 0.5 0.33 0 0.07
HSL 219.15º 0.76% 0.69% -
HSV(B) 219.15º 0.5% 0.93% -
XYZ 35.01 34.7 84.21 -
YUV 155.52 173.42 101.24 -
System Red Green Blue C M Y K H S L
Decimal 118 159 236 0.5 0.33 0 0.07 219.15 0.76 0.69
Hex 76 9F EC 32 21 0 7 DB 4C 45
Octal 166 237 354 62 41 0 7 333 114 105
Binary 1110110 10011111 11101100 110010 100001 0 111 11011011 1001100 1000101

Color Harmonies of #769FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769FEC

Black with #769FEC

Text Example


Text Example

White with #769FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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