Html Css Color HEX #769CDD Jordy Blue

📋 copy color: '#769CDD'

red 118 ◦ green 156 ◦ blue 221

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

Shades of Jordy Blue #769CDD

Tints of Jordy Blue #769CDD

RGB

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

 GREEN value IS 156 (61.33% from 255) = 31.52%

 BLUE value IS 221 (86.72% from 255) = 44.65%

R = 23.84%
G = 31.52%
B = 44.65%

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

#769CDD (or 0x769CDD) is known color: Jordy Blue. HEX triplet: 76, 9C and DD. RGB value is (118,156,221). Sum of RGB (Red+Green+Blue) = 118+156+221=495 (65% of max value = 765). Red value is 118 (46.48% from 255 or 23.84% from 495); Green value is 156 (61.33% from 255 or 31.52% from 495); Blue value is 221 (86.72% from 255 or 44.65% from 495); Max value from RGB is 221 - color contains mainly: blue. Hex color #769CDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #769CDD is #896322. Grayscale: #979797. Windows color (decimal): -9003811 or 14523510. OLE color: 14523510.

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

Color convert

RGB 118 156 221 -
CMYK 0.47 0.29 0 0.13
HSL 217.86º 0.6% 0.66% -
HSV(B) 217.86º 0.47% 0.87% -
XYZ 32.41 32.85 73.04 -
YUV 152.05 166.91 103.71 -
System Red Green Blue C M Y K H S L
Decimal 118 156 221 0.47 0.29 0 0.13 217.86 0.6 0.66
Hex 76 9C DD 2F 1D 0 D DA 3C 42
Octal 166 234 335 57 35 0 15 332 74 102
Binary 1110110 10011100 11011101 101111 11101 0 1101 11011010 111100 1000010

Color Harmonies of #769CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769CDD

Black with #769CDD

Text Example


Text Example

White with #769CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,156,221); }

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

background-color css

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

 a { background-color: rgb(118,156,221); }

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

border-color css

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

 span { border-color: rgb(118,156,221); }

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