Html Css Color HEX #769DDE Jordy Blue

📋 copy color: '#769DDE'

red 118 ◦ green 157 ◦ blue 222

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

Shades of Jordy Blue #769DDE

Tints of Jordy Blue #769DDE

RGB

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

 GREEN value IS 157 (61.72% from 255) = 31.59%

 BLUE value IS 222 (87.11% from 255) = 44.67%

R = 23.74%
G = 31.59%
B = 44.67%

CMYK

 C value IS 0.47

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#769DDE (or 0x769DDE) is known color: Jordy Blue. HEX triplet: 76, 9D and DE. RGB value is (118,157,222). Sum of RGB (Red+Green+Blue) = 118+157+222=497 (65% of max value = 765). Red value is 118 (46.48% from 255 or 23.74% from 497); Green value is 157 (61.72% from 255 or 31.59% from 497); Blue value is 222 (87.11% from 255 or 44.67% from 497); Max value from RGB is 222 - color contains mainly: blue. Hex color #769DDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #769DDE is #896221. Grayscale: #989898. Windows color (decimal): -9003554 or 14589302. OLE color: 14589302.

HSL color Cylindrical-coordinate representation of color #769DDE: hue angle of 217.5º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #769DDE is Cyan = 0.47, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 118 157 222 -
CMYK 0.47 0.29 0 0.13
HSL 217.5º 0.61% 0.67% -
HSV(B) 217.5º 0.47% 0.87% -
XYZ 32.71 33.24 73.8 -
YUV 152.75 167.08 103.21 -
System Red Green Blue C M Y K H S L
Decimal 118 157 222 0.47 0.29 0 0.13 217.5 0.61 0.67
Hex 76 9D DE 2F 1D 0 D DA 3D 43
Octal 166 235 336 57 35 0 15 332 75 103
Binary 1110110 10011101 11011110 101111 11101 0 1101 11011010 111101 1000011

Color Harmonies of #769DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769DDE

Black with #769DDE

Text Example


Text Example

White with #769DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,157,222); }

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

background-color css

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

 a { background-color: rgb(118,157,222); }

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

border-color css

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

 span { border-color: rgb(118,157,222); }

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