Html Css Color HEX #769CD4 Jordy Blue

📋 copy color: '#769CD4'

red 118 ◦ green 156 ◦ blue 212

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

Shades of Jordy Blue #769CD4

Tints of Jordy Blue #769CD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 43.62%

R = 24.28%
G = 32.1%
B = 43.62%

CMYK

 C value IS 0.44

 M value IS 0.26

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#769CD4 (or 0x769CD4) is known color: Jordy Blue. HEX triplet: 76, 9C and D4. RGB value is (118,156,212). Sum of RGB (Red+Green+Blue) = 118+156+212=486 (64% of max value = 765). Red value is 118 (46.48% from 255 or 24.28% from 486); Green value is 156 (61.33% from 255 or 32.10% from 486); Blue value is 212 (83.20% from 255 or 43.62% from 486); Max value from RGB is 212 - color contains mainly: blue. Hex color #769CD4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #769CD4 is #89632B. Grayscale: #969696. Windows color (decimal): -9003820 or 13933686. OLE color: 13933686.

HSL color Cylindrical-coordinate representation of color #769CD4: hue angle of 215.74º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #769CD4 is Cyan = 0.44, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 118 156 212 -
CMYK 0.44 0.26 0 0.17
HSL 215.74º 0.52% 0.65% -
HSV(B) 215.74º 0.44% 0.83% -
XYZ 31.24 32.38 66.89 -
YUV 151.02 162.41 104.45 -
System Red Green Blue C M Y K H S L
Decimal 118 156 212 0.44 0.26 0 0.17 215.74 0.52 0.65
Hex 76 9C D4 2C 1A 0 11 D8 34 41
Octal 166 234 324 54 32 0 21 330 64 101
Binary 1110110 10011100 11010100 101100 11010 0 10001 11011000 110100 1000001

Color Harmonies of #769CD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769CD4

Black with #769CD4

Text Example


Text Example

White with #769CD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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